mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-25 15:31:17 +01:00
Merge pull request #863 from lioncash/remhost
UnitTests: Remove now non-existent UpdateStatusBar from StubHost.
This commit is contained in:
commit
b749a74d33
@ -23,7 +23,6 @@ void Host_SetStartupDebuggingParameters() {}
|
||||
bool Host_UIHasFocus() { return false; }
|
||||
bool Host_RendererHasFocus() { return false; }
|
||||
void Host_ConnectWiimote(int, bool) {}
|
||||
void Host_UpdateStatusBar(const std::string&, int) {}
|
||||
void Host_SysMessage(const char*, ...) {}
|
||||
void Host_SetWiiMoteConnectionState(int) {}
|
||||
void Host_ShowVideoConfig(void*, const std::string&, const std::string&) {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user