mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +00:00
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:
parent
035155754e
commit
10962d5e10
3 changed files with 4 additions and 15 deletions
|
@ -169,7 +169,7 @@ void CFrame::ToggleConsole(bool bShow, int i)
|
|||
#endif
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
// Notebooks
|
||||
// ---------------------
|
||||
void CFrame::ClosePages()
|
||||
|
@ -649,12 +649,8 @@ void CFrame::OnDropDownToolbarSelect(wxCommandEvent& event)
|
|||
break;
|
||||
}
|
||||
}
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
// Functions
|
||||
// ---------------------
|
||||
void CFrame::ResetToolbarStyle()
|
||||
|
@ -1045,13 +1041,8 @@ void CFrame::AddPane()
|
|||
AddRemoveBlankPage();
|
||||
m_Mgr->Update();
|
||||
}
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
// Utility
|
||||
// ---------------------
|
||||
|
||||
|
@ -1275,4 +1266,4 @@ void CFrame::HideAllNotebooks(bool Window)
|
|||
}
|
||||
m_Mgr->Update();
|
||||
}
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue