From b7f379768914e04f31e61e2026b287ae9a9acee2 Mon Sep 17 00:00:00 2001 From: archshift Date: Fri, 15 Aug 2014 22:33:58 -0700 Subject: Wx: further cleanup to toolbar creation process --- Source/Core/DolphinWX/Debugger/CodeWindow.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'Source/Core/DolphinWX/Debugger/CodeWindow.cpp') 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 -- cgit v1.2.3