summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinWX/Debugger/CodeWindowFunctions.cpp
diff options
context:
space:
mode:
authorPierre Bourdon <delroth@gmail.com>2014-02-17 02:44:27 +0100
committerPierre Bourdon <delroth@gmail.com>2014-02-17 02:44:27 +0100
commit9bc14012fccf92f38b7d270ec82f7dac522986c5 (patch)
tree81f516b7af343d2111ad08de2e93a42e0229a143 /Source/Core/DolphinWX/Debugger/CodeWindowFunctions.cpp
parentb18a33377d7229a66226a524186d24c57f1d56aa (diff)
parentca7bdf1d5d2534805738dd9a7e86cba732e981bc (diff)
Merge pull request #77 from lioncash/remove-console
Remove the Console from the possible logging options.
Diffstat (limited to 'Source/Core/DolphinWX/Debugger/CodeWindowFunctions.cpp')
-rw-r--r--Source/Core/DolphinWX/Debugger/CodeWindowFunctions.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/Core/DolphinWX/Debugger/CodeWindowFunctions.cpp b/Source/Core/DolphinWX/Debugger/CodeWindowFunctions.cpp
index be6d8e4c04..c4233b02ce 100644
--- a/Source/Core/DolphinWX/Debugger/CodeWindowFunctions.cpp
+++ b/Source/Core/DolphinWX/Debugger/CodeWindowFunctions.cpp
@@ -408,8 +408,6 @@ void CCodeWindow::OpenPages()
Parent->ToggleLogWindow(true);
if (bShowOnStart[IDM_LOGCONFIGWINDOW - IDM_LOGWINDOW])
Parent->ToggleLogConfigWindow(true);
- if (bShowOnStart[IDM_CONSOLEWINDOW - IDM_LOGWINDOW])
- Parent->ToggleConsole(true);
if (bShowOnStart[IDM_REGISTERWINDOW - IDM_LOGWINDOW])
ToggleRegisterWindow(true);
if (bShowOnStart[IDM_BREAKPOINTWINDOW - IDM_LOGWINDOW])