diff options
| author | Marcus Wanners <marcus@wanners.net> | 2009-09-02 21:00:45 +0000 |
|---|---|---|
| committer | Marcus Wanners <marcus@wanners.net> | 2009-09-02 21:00:45 +0000 |
| commit | 50593397f3eb327cd7119faea977622251b55224 (patch) | |
| tree | e3b5158a6e77d04c3c6dd7b3fcc54419ecb2e424 /Source/Core/DebuggerWX/Src/CodeWindowFunctions.cpp | |
| parent | c64b1ca5dc0615decb6166cbc0f4fffa65ad2429 (diff) | |
Got rid of all of jp's ////////////////////////////// lines (nearly 500 of them)!
Yes, I used a script :D
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4169 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DebuggerWX/Src/CodeWindowFunctions.cpp')
| -rw-r--r-- | Source/Core/DebuggerWX/Src/CodeWindowFunctions.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Source/Core/DebuggerWX/Src/CodeWindowFunctions.cpp b/Source/Core/DebuggerWX/Src/CodeWindowFunctions.cpp index 987c4502cd..8fa52e73ad 100644 --- a/Source/Core/DebuggerWX/Src/CodeWindowFunctions.cpp +++ b/Source/Core/DebuggerWX/Src/CodeWindowFunctions.cpp @@ -17,7 +17,7 @@ -////////////////////////////////////////////////////////////////////////////////////////// + // Include // ¯¯¯¯¯¯¯¯¯¯¯¯¯¯ #include "Common.h" @@ -76,10 +76,10 @@ extern "C" // Bitmaps #include "../resources/toolbar_delete.c" #include "../resources/toolbar_add_breakpoint.c" } -///////////////////////////////////////////////////////////////////////////////////////////////////////// -///////////////////////////////////////////////////////////////////////////////////////////////////////// + + // Symbols, JIT, Profiler // ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ void CCodeWindow::CreateSymbolsMenu() @@ -318,10 +318,10 @@ void CCodeWindow::OnChangeFont(wxCommandEvent& event) if ( dialog.ShowModal() == wxID_OK ) DebuggerFont = dialog.GetFontData().GetChosenFont(); } -///////////////////////////////////////////////////////////////////////////////////////////////////////// -///////////////////////////////////////////////////////////////////////////////////////////////////////// + + // Toogle windows // ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ @@ -538,4 +538,4 @@ void CCodeWindow::OnToggleVideoWindow(bool _show, int i) } } -///////////////////////////////////////////////////////////////////////////////////////////////////////// + |
