summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinNoGUI/MainNoGUI.cpp
diff options
context:
space:
mode:
authorMat M <mathew1800@gmail.com>2017-05-18 19:04:25 -0400
committerGitHub <noreply@github.com>2017-05-18 19:04:25 -0400
commit35a8771e682977ad2032703a6bd9db8a332073a8 (patch)
treef6ec8699819e98d08cbe83f6a31e1a78e52a7fdd /Source/Core/DolphinNoGUI/MainNoGUI.cpp
parentec7c4ff92e7ef15ca8a23cf5424a99bc67918edf (diff)
parent7baabe99d178b6f096909c71cd92af0cbcce1e43 (diff)
Merge pull request #5427 from lioncash/host
Host: Get rid of Host_SetStartupDebuggingParameters()
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;