summaryrefslogtreecommitdiff
path: root/Source/Android/jni/MainAndroid.cpp
diff options
context:
space:
mode:
authorLeo Lam <leolino.lam@gmail.com>2017-07-27 15:02:28 +0800
committerGitHub <noreply@github.com>2017-07-27 15:02:28 +0800
commit7a51b0bcec891b95b3ea98b03e239ec7937ceb13 (patch)
treee9029ad02ce917203b9b637891b23f6a5e246075 /Source/Android/jni/MainAndroid.cpp
parent5c29ea54c5413384c4e24bff41d7386f22e7be7e (diff)
parent1c33dfc787419d156a5d097fba878f6d09f3c75f (diff)
Merge pull request #5807 from leoetlino/connect-wiimote
Move the Wiimote connect code out of Host
Diffstat (limited to 'Source/Android/jni/MainAndroid.cpp')
-rw-r--r--Source/Android/jni/MainAndroid.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/Android/jni/MainAndroid.cpp b/Source/Android/jni/MainAndroid.cpp
index f6c305efa0..cda73a9fe5 100644
--- a/Source/Android/jni/MainAndroid.cpp
+++ b/Source/Android/jni/MainAndroid.cpp
@@ -140,10 +140,6 @@ bool Host_RendererIsFullscreen()
return false;
}
-void Host_ConnectWiimote(int wm_idx, bool connect)
-{
-}
-
void Host_ShowVideoConfig(void*, const std::string&)
{
}