Wx: further cleanup to toolbar creation process

This commit is contained in:
archshift
2014-08-17 12:57:44 -07:00
parent b74a34795b
commit b7f3797689
2 changed files with 12 additions and 19 deletions
@@ -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