diff options
| author | Lioncash <mathew1800@gmail.com> | 2014-11-15 00:11:09 -0500 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2014-11-17 13:44:49 -0500 |
| commit | b94dbca160d7a7d0308d4e8d4ff7613f9e6238b1 (patch) | |
| tree | 8f2e562e6b311cac31531df17bbf1a4f346c81ba /Source/UnitTests/TestUtils/StubHost.cpp | |
| parent | aa2fc1f66b768420fcb6958948572f0faa89986d (diff) | |
Host: Kill off GetRenderWindowSize
Diffstat (limited to 'Source/UnitTests/TestUtils/StubHost.cpp')
| -rw-r--r-- | Source/UnitTests/TestUtils/StubHost.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/UnitTests/TestUtils/StubHost.cpp b/Source/UnitTests/TestUtils/StubHost.cpp index a8f6f1cf2f..2e8839ea67 100644 --- a/Source/UnitTests/TestUtils/StubHost.cpp +++ b/Source/UnitTests/TestUtils/StubHost.cpp @@ -17,7 +17,6 @@ void* Host_GetRenderHandle() { return nullptr; } void Host_UpdateTitle(const std::string&) {} void Host_UpdateDisasmDialog() {} void Host_UpdateMainFrame() {} -void Host_GetRenderWindowSize(int&, int&, int&, int&) {} void Host_RequestRenderWindowSize(int, int) {} void Host_RequestFullscreen(bool) {} void Host_SetStartupDebuggingParameters() {} |
