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/CodeWindow.cpp | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'Source/Core/DebuggerWX/Src/CodeWindow.cpp') diff --git a/Source/Core/DebuggerWX/Src/CodeWindow.cpp b/Source/Core/DebuggerWX/Src/CodeWindow.cpp index fd22ae2e0e..36635f6cd9 100644 --- a/Source/Core/DebuggerWX/Src/CodeWindow.cpp +++ b/Source/Core/DebuggerWX/Src/CodeWindow.cpp @@ -74,7 +74,7 @@ class CPluginInfo; class CPluginManager; -///////////////////////////////////////////////////////////////////////////////////////////////////// + // Main // ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ BEGIN_EVENT_TABLE(CCodeWindow, wxPanel) @@ -187,10 +187,10 @@ wxAuiToolBar *CCodeWindow::GetToolBar() { return Parent->m_ToolBarDebug; } -///////////////////////////////////////////////////////////////////////////////////////////////////// -///////////////////////////////////////////////////////////////////////////////////////////////////////// + + // Events // ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ void CCodeWindow::OnKeyDown(wxKeyEvent& event) @@ -414,7 +414,7 @@ void CCodeWindow::UpdateCallstack() callstack->Append(wxString::FromAscii("invalid callstack")); } } -///////////////////////////////////////////////////////////////////////////////////////////////////////// + // Load these settings before CreateGUIControls() @@ -538,7 +538,7 @@ void CCodeWindow::CreateGUIControls(const SCoreStartupParameter& _LocalCoreStart } -///////////////////////////////////////////////////////////////////////////////////////////////////// + // Menus // ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ // Create CPU Mode and Views menus @@ -721,10 +721,10 @@ void CCodeWindow::OnJitMenu(wxCommandEvent& event) } } } -///////////////////////////////////////////////////////////////////////////////////////////////////////// -///////////////////////////////////////////////////////////////////////////////////////////////////////// + + // Toolbar // ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ void CCodeWindow::InitBitmaps() @@ -766,10 +766,10 @@ void CCodeWindow::PopulateToolbar(wxAuiToolBar* toolBar) // the changes toolBar->Realize(); } -///////////////////////////////////////////////////////////////////////////////////////////////////////// -///////////////////////////////////////////////////////////////////////////////////////////////////////// + + // Update GUI // ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ @@ -916,4 +916,4 @@ void CCodeWindow::OnStatusBar_(wxUpdateUIEvent& event) //if(event.GetId() != IDM_ADDRBOX) DoTip(wxEmptyString); #endif } -///////////////////////////////////////////////////////////////////////////////////////////////////////// + -- cgit v1.2.3