From a877d5f6dc29e3559f1b64752906917f2e193d79 Mon Sep 17 00:00:00 2001 From: Stenzek Date: Fri, 28 Sep 2018 14:05:53 +1000 Subject: Remove unused Host_ShowVideoConfig --- Source/Core/DolphinNoGUI/MainNoGUI.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Source/Core/DolphinNoGUI/MainNoGUI.cpp') 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() { } -- cgit v1.2.3