diff options
Diffstat (limited to 'src/yuzu/multiplayer/lobby.h')
| -rw-r--r-- | src/yuzu/multiplayer/lobby.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/yuzu/multiplayer/lobby.h b/src/yuzu/multiplayer/lobby.h index 2674ae7c3..e78c9cae3 100644 --- a/src/yuzu/multiplayer/lobby.h +++ b/src/yuzu/multiplayer/lobby.h | |||
| @@ -24,10 +24,6 @@ namespace Core { | |||
| 24 | class System; | 24 | class System; |
| 25 | } | 25 | } |
| 26 | 26 | ||
| 27 | namespace Service::Account { | ||
| 28 | class ProfileManager; | ||
| 29 | } | ||
| 30 | |||
| 31 | /** | 27 | /** |
| 32 | * Listing of all public games pulled from services. The lobby should be simple enough for users to | 28 | * Listing of all public games pulled from services. The lobby should be simple enough for users to |
| 33 | * find the game they want to play, and join it. | 29 | * find the game they want to play, and join it. |
| @@ -103,7 +99,6 @@ private: | |||
| 103 | 99 | ||
| 104 | QFutureWatcher<AnnounceMultiplayerRoom::RoomList> room_list_watcher; | 100 | QFutureWatcher<AnnounceMultiplayerRoom::RoomList> room_list_watcher; |
| 105 | std::weak_ptr<Core::AnnounceMultiplayerSession> announce_multiplayer_session; | 101 | std::weak_ptr<Core::AnnounceMultiplayerSession> announce_multiplayer_session; |
| 106 | std::unique_ptr<Service::Account::ProfileManager> profile_manager; | ||
| 107 | QFutureWatcher<void>* watcher; | 102 | QFutureWatcher<void>* watcher; |
| 108 | Validation validation; | 103 | Validation validation; |
| 109 | Core::System& system; | 104 | Core::System& system; |