From a0a533d3a3ac6b2257d2b7c88033d95d47dcce83 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Tue, 5 Aug 2014 00:16:34 -0400 Subject: [PATCH] UnitTests: Get rid of now-nonexistent Host_GetInstance() within StubHost --- Source/UnitTests/TestUtils/StubHost.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/UnitTests/TestUtils/StubHost.cpp b/Source/UnitTests/TestUtils/StubHost.cpp index c1c1adcae9..cfb20d1dad 100644 --- a/Source/UnitTests/TestUtils/StubHost.cpp +++ b/Source/UnitTests/TestUtils/StubHost.cpp @@ -15,7 +15,6 @@ void Host_RefreshDSPDebuggerWindow() {} void Host_ShowJitResults(unsigned int) {} void Host_Message(int) {} void* Host_GetRenderHandle() { return nullptr; } -void* Host_GetInstance() { return nullptr; } void Host_UpdateTitle(const std::string&) {} void Host_UpdateLogDisplay() {} void Host_UpdateDisasmDialog() {}