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/BreakpointWindow.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/BreakpointWindow.cpp')
| -rw-r--r-- | Source/Core/DebuggerWX/Src/BreakpointWindow.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Source/Core/DebuggerWX/Src/BreakpointWindow.cpp b/Source/Core/DebuggerWX/Src/BreakpointWindow.cpp index c5f3bdda70..02db5cdb1a 100644 --- a/Source/Core/DebuggerWX/Src/BreakpointWindow.cpp +++ b/Source/Core/DebuggerWX/Src/BreakpointWindow.cpp @@ -176,7 +176,7 @@ void CBreakPointWindow::OnActivated(wxListEvent& event) } } -///////////////////////////////////////////////////////////////////////////////////////////////////////// + // Breakpoint actions // ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ @@ -227,10 +227,10 @@ void CBreakPointWindow::OnAddBreakPointMany(wxCommandEvent& event) } } -///////////////////////////////////////////////////////////////////////////////////////////////////////// -///////////////////////////////////////////////////////////////////////////////////////////////////////// + + // Memory check actions // ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ void @@ -327,4 +327,4 @@ void CBreakPointWindow::OnAddMemoryCheckMany(wxCommandEvent& event) wxMessageBox(_T("You have no ") T_FULL_GAMECONFIG_DIR _T("MemoryChecks.ini file")); } } -///////////////////////////////////////////////////////////////////////////////////////////////////////// + |
