UnitTests: Remove now non-existent UpdateStatusBar from StubHost.

This commit is contained in:
Lioncash 2014-08-24 08:34:25 -04:00
parent 43f890322f
commit f200a03d97
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ void Host_SetStartupDebuggingParameters() {}
bool Host_UIHasFocus() { return false; } bool Host_UIHasFocus() { return false; }
bool Host_RendererHasFocus() { return false; } bool Host_RendererHasFocus() { return false; }
void Host_ConnectWiimote(int, bool) {} void Host_ConnectWiimote(int, bool) {}
void Host_UpdateStatusBar(const std::string&, int) {}
void Host_SysMessage(const char*, ...) {} void Host_SysMessage(const char*, ...) {}
void Host_SetWiiMoteConnectionState(int) {} void Host_SetWiiMoteConnectionState(int) {}
void Host_ShowVideoConfig(void*, const std::string&, const std::string&) {} void Host_ShowVideoConfig(void*, const std::string&, const std::string&) {}