From 50593397f3eb327cd7119faea977622251b55224 Mon Sep 17 00:00:00 2001 From: Marcus Wanners Date: Wed, 2 Sep 2009 21:00:45 +0000 Subject: 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 --- Source/Core/DebuggerWX/Src/CodeWindowFunctions.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Source/Core/DebuggerWX/Src/CodeWindowFunctions.cpp') 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) } } -///////////////////////////////////////////////////////////////////////////////////////////////////////// + -- cgit v1.2.3