diff options
| author | Leo Lam <leolino.lam@gmail.com> | 2017-07-22 22:03:25 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-22 22:03:25 +0800 |
| commit | efd318df64301ef492be32408d0e21469d0ad7c2 (patch) | |
| tree | 0dc0923b3dbf43fe878433f8a29d9c0f82379843 /Source/Core/DolphinNoGUI/MainNoGUI.cpp | |
| parent | 57affaff22c1beeb08b76d998d72fb6f44376a47 (diff) | |
| parent | 91f8283a1dfe7f89c83f3c3df9e957860b9a8c15 (diff) | |
Merge pull request #5791 from leoetlino/wiimote-indicator
Remove Wii Remote connection status from status bar
Diffstat (limited to 'Source/Core/DolphinNoGUI/MainNoGUI.cpp')
| -rw-r--r-- | Source/Core/DolphinNoGUI/MainNoGUI.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/Core/DolphinNoGUI/MainNoGUI.cpp b/Source/Core/DolphinNoGUI/MainNoGUI.cpp index dc55d41ec6..89a7cfe832 100644 --- a/Source/Core/DolphinNoGUI/MainNoGUI.cpp +++ b/Source/Core/DolphinNoGUI/MainNoGUI.cpp @@ -147,10 +147,6 @@ void Host_ConnectWiimote(int wm_idx, bool connect) }); } -void Host_SetWiiMoteConnectionState(int _State) -{ -} - void Host_ShowVideoConfig(void*, const std::string&) { } |
