summaryrefslogtreecommitdiff
path: root/Source/UnitTests/StubHost.cpp
diff options
context:
space:
mode:
authorStenzek <stenzek@users.noreply.github.com>2018-10-24 14:51:21 +1100
committerGitHub <noreply@github.com>2018-10-24 14:51:21 +1100
commitc4d1e4adffcd380cc87b841069ce2fe8b62d7b60 (patch)
treec61a0a07c14ccc3c1f7247bdcc82927a82c145bb /Source/UnitTests/StubHost.cpp
parent9c9d598ec006527bc47aea306e5171d03c12c5f5 (diff)
parent2c6d96433c322b50470705d43005fd6308506d49 (diff)
Merge pull request #7450 from stenzek/glcontext
GLInterface refactoring/cleanup and runtime platform selection
Diffstat (limited to 'Source/UnitTests/StubHost.cpp')
-rw-r--r--Source/UnitTests/StubHost.cpp9
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;
-}