The last //////// lines are now gone! There will be no more in future.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4309 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Marcus Wanners 2009-09-21 19:22:44 +00:00
parent 035155754e
commit 10962d5e10
3 changed files with 4 additions and 15 deletions

View File

@ -824,4 +824,4 @@ void CCodeWindow::OnStatusBar_(wxUpdateUIEvent& event)
//if(event.GetId() != IDM_ADDRBOX) DoTip(wxEmptyString); //if(event.GetId() != IDM_ADDRBOX) DoTip(wxEmptyString);
#endif #endif
} }
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////

View File

@ -78,7 +78,7 @@ extern "C" // Bitmaps
} }
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Save and load settings // Save and load settings
// ----------------------------- // -----------------------------
void CCodeWindow::Load() void CCodeWindow::Load()
@ -180,10 +180,8 @@ void CCodeWindow::Save()
ini.Save(DEBUGGER_CONFIG_FILE); ini.Save(DEBUGGER_CONFIG_FILE);
} }
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Symbols, JIT, Profiler // Symbols, JIT, Profiler
// ---------------- // ----------------
void CCodeWindow::CreateMenuSymbols() void CCodeWindow::CreateMenuSymbols()

View File

@ -169,7 +169,7 @@ void CFrame::ToggleConsole(bool bShow, int i)
#endif #endif
} }
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Notebooks // Notebooks
// --------------------- // ---------------------
void CFrame::ClosePages() void CFrame::ClosePages()
@ -649,12 +649,8 @@ void CFrame::OnDropDownToolbarSelect(wxCommandEvent& event)
break; break;
} }
} }
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Functions // Functions
// --------------------- // ---------------------
void CFrame::ResetToolbarStyle() void CFrame::ResetToolbarStyle()
@ -1045,13 +1041,8 @@ void CFrame::AddPane()
AddRemoveBlankPage(); AddRemoveBlankPage();
m_Mgr->Update(); m_Mgr->Update();
} }
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Utility // Utility
// --------------------- // ---------------------
@ -1275,4 +1266,4 @@ void CFrame::HideAllNotebooks(bool Window)
} }
m_Mgr->Update(); m_Mgr->Update();
} }
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////