summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinNoGUI/MainNoGUI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/DolphinNoGUI/MainNoGUI.cpp')
-rw-r--r--Source/Core/DolphinNoGUI/MainNoGUI.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/Source/Core/DolphinNoGUI/MainNoGUI.cpp b/Source/Core/DolphinNoGUI/MainNoGUI.cpp
index 5c24b65a40..ce296251ed 100644
--- a/Source/Core/DolphinNoGUI/MainNoGUI.cpp
+++ b/Source/Core/DolphinNoGUI/MainNoGUI.cpp
@@ -115,13 +115,6 @@ void Host_RequestRenderWindowSize(int width, int height)
{
}
-void Host_SetStartupDebuggingParameters()
-{
- SConfig& StartUp = SConfig::GetInstance();
- StartUp.bEnableDebugging = false;
- StartUp.bBootToPause = false;
-}
-
bool Host_UIHasFocus()
{
return false;