diff options
| author | archshift <admin@archshift.com> | 2014-08-15 22:33:58 -0700 |
|---|---|---|
| committer | archshift <admin@archshift.com> | 2014-08-17 12:57:44 -0700 |
| commit | b7f379768914e04f31e61e2026b287ae9a9acee2 (patch) | |
| tree | 86f436ebb05f9e1522c469a09bc9fa0c1fa061a9 /Source/Core/DolphinWX/Debugger/CodeWindow.cpp | |
| parent | b74a34795ba7162e825e20679536c1ed9a62c083 (diff) | |
Wx: further cleanup to toolbar creation process
Diffstat (limited to 'Source/Core/DolphinWX/Debugger/CodeWindow.cpp')
| -rw-r--r-- | Source/Core/DolphinWX/Debugger/CodeWindow.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/Core/DolphinWX/Debugger/CodeWindow.cpp b/Source/Core/DolphinWX/Debugger/CodeWindow.cpp index b67b836be6..8750dc7979 100644 --- a/Source/Core/DolphinWX/Debugger/CodeWindow.cpp +++ b/Source/Core/DolphinWX/Debugger/CodeWindow.cpp @@ -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 |
