summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinWX/MainAndroid.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2014-11-05 02:22:33 -0500
committerLioncash <mathew1800@gmail.com>2014-11-05 02:30:48 -0500
commit884ec2ed13bd47c188317a9b91b8af20876d9919 (patch)
treef35156fde31ae0c362e49642c0de5cced069b0b9 /Source/Core/DolphinWX/MainAndroid.cpp
parenta66b34cfc6732ee32c1fca67e07828dd380ee38e (diff)
Host: Kill off Host_SysMessage
Equivalent facilities already exist.
Diffstat (limited to 'Source/Core/DolphinWX/MainAndroid.cpp')
-rw-r--r--Source/Core/DolphinWX/MainAndroid.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/Source/Core/DolphinWX/MainAndroid.cpp b/Source/Core/DolphinWX/MainAndroid.cpp
index aa411b450d..e7046cbf74 100644
--- a/Source/Core/DolphinWX/MainAndroid.cpp
+++ b/Source/Core/DolphinWX/MainAndroid.cpp
@@ -106,15 +106,6 @@ bool Host_RendererHasFocus()
void Host_ConnectWiimote(int wm_idx, bool connect) {}
-void Host_SysMessage(const char *fmt, ...)
-{
- va_list args;
-
- va_start(args, fmt);
- __android_log_vprint(ANDROID_LOG_INFO, DOLPHIN_TAG, fmt, args);
- va_end(args);
-}
-
void Host_SetWiiMoteConnectionState(int _State) {}
void Host_ShowVideoConfig(void*, const std::string&, const std::string&) {}