summaryrefslogtreecommitdiff
path: root/Source/UnitTests/TestUtils/StubHost.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/UnitTests/TestUtils/StubHost.cpp
parenta66b34cfc6732ee32c1fca67e07828dd380ee38e (diff)
Host: Kill off Host_SysMessage
Equivalent facilities already exist.
Diffstat (limited to 'Source/UnitTests/TestUtils/StubHost.cpp')
-rw-r--r--Source/UnitTests/TestUtils/StubHost.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/UnitTests/TestUtils/StubHost.cpp b/Source/UnitTests/TestUtils/StubHost.cpp
index e55db7bb75..a8f6f1cf2f 100644
--- a/Source/UnitTests/TestUtils/StubHost.cpp
+++ b/Source/UnitTests/TestUtils/StubHost.cpp
@@ -24,7 +24,6 @@ void Host_SetStartupDebuggingParameters() {}
bool Host_UIHasFocus() { return false; }
bool Host_RendererHasFocus() { return false; }
void Host_ConnectWiimote(int, bool) {}
-void Host_SysMessage(const char*, ...) {}
void Host_SetWiiMoteConnectionState(int) {}
void Host_ShowVideoConfig(void*, const std::string&, const std::string&) {}
cInterfaceBase* HostGL_CreateGLInterface() { return nullptr; }