summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Software/SWmain.cpp
diff options
context:
space:
mode:
authorStenzek <stenzek@gmail.com>2018-01-26 15:12:26 +1000
committerStenzek <stenzek@gmail.com>2018-01-27 13:53:55 +1000
commitc790077c139dad43586a87d8080b4b9107167930 (patch)
treedd4eb2cd9d8daa8c4f73b836faeda7aea5e2f7aa /Source/Core/VideoBackends/Software/SWmain.cpp
parentd96e8c9d76389411e4b17f0b7b5c4fdb0f0977f8 (diff)
VideoBackend: Remove PeekMessages method
The video thread and backend no longer create any windows, therefore there will never be any messages dispatched to their thread.
Diffstat (limited to 'Source/Core/VideoBackends/Software/SWmain.cpp')
-rw-r--r--Source/Core/VideoBackends/Software/SWmain.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/Core/VideoBackends/Software/SWmain.cpp b/Source/Core/VideoBackends/Software/SWmain.cpp
index a79540891f..37d626c854 100644
--- a/Source/Core/VideoBackends/Software/SWmain.cpp
+++ b/Source/Core/VideoBackends/Software/SWmain.cpp
@@ -114,9 +114,4 @@ void VideoSoftware::Shutdown()
g_renderer.reset();
ShutdownShared();
}
-
-unsigned int VideoSoftware::PeekMessages()
-{
- return SWOGLWindow::s_instance->PeekMessages();
-}
}