summaryrefslogtreecommitdiff
path: root/Source/Android
diff options
context:
space:
mode:
authordegasus <wickmarkus@web.de>2016-06-26 08:06:23 +0200
committerdegasus <wickmarkus@web.de>2016-06-26 12:34:59 +0200
commitd79aeaa1e9b224b3bb147c605fb8ffd6e2bfc890 (patch)
tree4b3501c75657ecca47e85e3aa3fd4361641b78a3 /Source/Android
parent5f2f4620676198bb63eeb169358435037491d4ad (diff)
VideoCommon: Drop GetConfigName.
We're past 5.0 now, so there is no need to look for old inis.
Diffstat (limited to 'Source/Android')
-rw-r--r--Source/Android/jni/MainAndroid.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Android/jni/MainAndroid.cpp b/Source/Android/jni/MainAndroid.cpp
index 4862e79080..2ccc634874 100644
--- a/Source/Android/jni/MainAndroid.cpp
+++ b/Source/Android/jni/MainAndroid.cpp
@@ -143,7 +143,7 @@ void Host_SetWiiMoteConnectionState(int _State)
{
}
-void Host_ShowVideoConfig(void*, const std::string&, const std::string&)
+void Host_ShowVideoConfig(void*, const std::string&)
{
}