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/Android/jni/MainAndroid.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/Android/jni/MainAndroid.cpp')
| -rw-r--r-- | Source/Android/jni/MainAndroid.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/Android/jni/MainAndroid.cpp b/Source/Android/jni/MainAndroid.cpp index b2f6ca467f..f6c305efa0 100644 --- a/Source/Android/jni/MainAndroid.cpp +++ b/Source/Android/jni/MainAndroid.cpp @@ -144,10 +144,6 @@ void Host_ConnectWiimote(int wm_idx, bool connect) { } -void Host_SetWiiMoteConnectionState(int _State) -{ -} - void Host_ShowVideoConfig(void*, const std::string&) { } |
