Videcommon: removed double settings (how did full/window res work so

far?)


git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4272 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
nakeee
2009-09-15 06:14:45 +00:00
parent 9f0ff64398
commit b7d6259405
3 changed files with 5 additions and 14 deletions

View File

@ -197,8 +197,6 @@ void CCodeWindow::OnKeyDown(wxKeyEvent& event)
void CCodeWindow::OnHostMessage(wxCommandEvent& event)
{
return;
switch (event.GetId())
{
case IDM_NOTIFYMAPLOADED:
@ -388,7 +386,6 @@ void CCodeWindow::UpdateLists()
void CCodeWindow::UpdateCallstack()
{
return;
//if (PowerPC::GetState() == PowerPC::CPU_POWERDOWN) return;
//if (Core::GetState() == Core::CORE_STOPPING) return;
@ -629,7 +626,6 @@ bool CCodeWindow::JITBlockLinking()
}
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Toolbar
void CCodeWindow::InitBitmaps()
{
@ -670,16 +666,10 @@ void CCodeWindow::PopulateToolbar(wxAuiToolBar* toolBar)
// the changes
toolBar->Realize();
}
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Update GUI
void CCodeWindow::Update()
{
return;
if (!codeview) return;
codeview->Refresh();