diff options
| author | Tillmann Karras <tilkax@gmail.com> | 2014-07-13 02:16:51 +0200 |
|---|---|---|
| committer | Tillmann Karras <tilkax@gmail.com> | 2014-07-13 02:16:51 +0200 |
| commit | 0ccee6c87b78843caf4bb0dce48a46144e05f69e (patch) | |
| tree | 6f709cf3703ccc1d8213daef5ef7fca03e64cc3f /Source/Core/VideoBackends/Software/SWmain.cpp | |
| parent | 99d4ab0b7197c9647932074b54a34ffea1977940 (diff) | |
Fix warnings unearthed by #579
Diffstat (limited to 'Source/Core/VideoBackends/Software/SWmain.cpp')
| -rw-r--r-- | Source/Core/VideoBackends/Software/SWmain.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/Core/VideoBackends/Software/SWmain.cpp b/Source/Core/VideoBackends/Software/SWmain.cpp index 13bd20d154..a947afaa6b 100644 --- a/Source/Core/VideoBackends/Software/SWmain.cpp +++ b/Source/Core/VideoBackends/Software/SWmain.cpp @@ -63,11 +63,6 @@ std::string VideoSoftware::GetName() const return _trans("Software Renderer"); } -static void *DllDebugger(void *_hParent, bool Show) -{ - return nullptr; -} - void VideoSoftware::ShowConfig(void *_hParent) { #if defined(HAVE_WX) && HAVE_WX |
