diff options
Diffstat (limited to 'Source/UnitTests/StubHost.cpp')
| -rw-r--r-- | Source/UnitTests/StubHost.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Source/UnitTests/StubHost.cpp b/Source/UnitTests/StubHost.cpp index a2ba02c20b..62a332e59b 100644 --- a/Source/UnitTests/StubHost.cpp +++ b/Source/UnitTests/StubHost.cpp @@ -8,7 +8,6 @@ #include <memory> #include <string> -#include "Common/GL/GLInterfaceBase.h" #include "Core/Host.h" void Host_NotifyMapLoaded() @@ -20,10 +19,6 @@ void Host_RefreshDSPDebuggerWindow() void Host_Message(HostMessageID) { } -void* Host_GetRenderHandle() -{ - return nullptr; -} void Host_UpdateTitle(const std::string&) { } @@ -54,7 +49,3 @@ void Host_YieldToUI() void Host_UpdateProgressDialog(const char* caption, int position, int total) { } -std::unique_ptr<cInterfaceBase> HostGL_CreateGLInterface() -{ - return nullptr; -} |
