diff options
| author | Matthew Parlane <parlane@gmail.com> | 2014-03-08 15:54:06 +1300 |
|---|---|---|
| committer | Matthew Parlane <parlane@gmail.com> | 2014-03-08 15:54:06 +1300 |
| commit | 886060aaf7dbeb5b6dd36390b2adf64ccacf9e85 (patch) | |
| tree | c371332817817e0e05a6fd9f307a6690a3d90886 /Source/Core/DolphinWX/Debugger/CodeWindowFunctions.cpp | |
| parent | 6704832f3d78988ca694c23d8ea0f1262cc37d58 (diff) | |
| parent | 8d57f38be7af319cfecc450bd183d9c7932664c8 (diff) | |
Merge pull request #96 from lioncash/remove-console-correctly
Remove console correctly
Diffstat (limited to 'Source/Core/DolphinWX/Debugger/CodeWindowFunctions.cpp')
| -rw-r--r-- | Source/Core/DolphinWX/Debugger/CodeWindowFunctions.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/Core/DolphinWX/Debugger/CodeWindowFunctions.cpp b/Source/Core/DolphinWX/Debugger/CodeWindowFunctions.cpp index f7b6006534..d42d227c94 100644 --- a/Source/Core/DolphinWX/Debugger/CodeWindowFunctions.cpp +++ b/Source/Core/DolphinWX/Debugger/CodeWindowFunctions.cpp @@ -418,8 +418,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]) |
