summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinWX/MainAndroid.cpp
diff options
context:
space:
mode:
authorPierre Bourdon <delroth@gmail.com>2014-08-03 21:04:34 -0700
committerPierre Bourdon <delroth@gmail.com>2014-08-03 21:04:34 -0700
commit89adfba67bdf145ad0eae174cbe755f9aa7aa802 (patch)
treee0bef4bfa07926967449ba696b9f9f859e4fa78a /Source/Core/DolphinWX/MainAndroid.cpp
parent847504f327c3cc8c3c083bf731f847851630beb7 (diff)
parent3aba909b2580858e4d144bd315a0c22a3758a772 (diff)
Merge pull request #729 from lioncash/host-func
Core: Get rid of Host_GetInstance()
Diffstat (limited to 'Source/Core/DolphinWX/MainAndroid.cpp')
-rw-r--r--Source/Core/DolphinWX/MainAndroid.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/Core/DolphinWX/MainAndroid.cpp b/Source/Core/DolphinWX/MainAndroid.cpp
index fccd2d3d92..c7d706814c 100644
--- a/Source/Core/DolphinWX/MainAndroid.cpp
+++ b/Source/Core/DolphinWX/MainAndroid.cpp
@@ -67,8 +67,6 @@ void* Host_GetRenderHandle()
return surf;
}
-void* Host_GetInstance() { return nullptr; }
-
void Host_UpdateTitle(const std::string& title)
{
__android_log_write(ANDROID_LOG_INFO, DOLPHIN_TAG, title.c_str());