diff options
Diffstat (limited to 'Source/Core/DebuggerWX/Src/CodeWindowFunctions.cpp')
| -rw-r--r-- | Source/Core/DebuggerWX/Src/CodeWindowFunctions.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Source/Core/DebuggerWX/Src/CodeWindowFunctions.cpp b/Source/Core/DebuggerWX/Src/CodeWindowFunctions.cpp index e601cc9675..78b5ca1f52 100644 --- a/Source/Core/DebuggerWX/Src/CodeWindowFunctions.cpp +++ b/Source/Core/DebuggerWX/Src/CodeWindowFunctions.cpp @@ -78,7 +78,7 @@ extern "C" // Bitmaps } -///////////////////////////////////////////////////////////////////////////////////////////////////////////////// + // Save and load settings // ----------------------------- void CCodeWindow::Load() @@ -180,10 +180,8 @@ void CCodeWindow::Save() ini.Save(DEBUGGER_CONFIG_FILE); } -///////////////////////////////////////////////////////////////////////////////////////////////////////////////// -///////////////////////////////////////////////////////////////////////////////////////////////////////////////// // Symbols, JIT, Profiler // ---------------- void CCodeWindow::CreateMenuSymbols() |
