Host: Kill off Host_SysMessage

Equivalent facilities already exist.
This commit is contained in:
Lioncash
2014-11-05 02:22:33 -05:00
parent a66b34cfc6
commit 884ec2ed13
9 changed files with 34 additions and 97 deletions

View File

@ -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; }