mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-13 19:34:43 +02:00
DolphinQt/NetPlayDialog: Remove unimplemented SetGame() prototype
This isn't implemented anywhere, so the prototype can be removed.
This commit is contained in:
@@ -99,8 +99,6 @@ private:
|
|||||||
void GameStatusChanged(bool running);
|
void GameStatusChanged(bool running);
|
||||||
void SetOptionsEnabled(bool enabled);
|
void SetOptionsEnabled(bool enabled);
|
||||||
|
|
||||||
void SetGame(const QString& game_path);
|
|
||||||
|
|
||||||
void SendMessage(const std::string& message);
|
void SendMessage(const std::string& message);
|
||||||
|
|
||||||
// Chat
|
// Chat
|
||||||
|
Reference in New Issue
Block a user