summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinNoGUI/MainNoGUI.cpp
diff options
context:
space:
mode:
authorStenzek <stenzek@gmail.com>2018-09-28 14:05:53 +1000
committerStenzek <stenzek@gmail.com>2018-09-28 14:05:53 +1000
commita877d5f6dc29e3559f1b64752906917f2e193d79 (patch)
treec7a5194a8c85c8172e461230f1f05829dbff68de /Source/Core/DolphinNoGUI/MainNoGUI.cpp
parenta5c74cd6d1afc5473433e64138719e20c9dbe86e (diff)
Remove unused Host_ShowVideoConfig
Diffstat (limited to 'Source/Core/DolphinNoGUI/MainNoGUI.cpp')
-rw-r--r--Source/Core/DolphinNoGUI/MainNoGUI.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/Core/DolphinNoGUI/MainNoGUI.cpp b/Source/Core/DolphinNoGUI/MainNoGUI.cpp
index 23a502e8f6..5097b1b8f9 100644
--- a/Source/Core/DolphinNoGUI/MainNoGUI.cpp
+++ b/Source/Core/DolphinNoGUI/MainNoGUI.cpp
@@ -130,10 +130,6 @@ bool Host_RendererIsFullscreen()
return rendererIsFullscreen;
}
-void Host_ShowVideoConfig(void*, const std::string&)
-{
-}
-
void Host_YieldToUI()
{
}