Wx: further cleanup to toolbar creation process

This commit is contained in:
archshift
2014-08-15 22:33:58 -07:00
parent b74a34795b
commit b7f3797689
2 changed files with 12 additions and 19 deletions

View File

@ -626,8 +626,6 @@ void CCodeWindow::PopulateToolbar(wxToolBar* toolBar)
WxUtils::AddToolbarButton(toolBar, IDM_SETPC, _("Set PC"), m_Bitmaps[Toolbar_SetPC], _("Set the current instruction"));
toolBar->AddSeparator();
toolBar->AddControl(new wxTextCtrl(toolBar, IDM_ADDRBOX, ""));
toolBar->Realize();
}
// Update GUI