diff --git a/Source/Core/DolphinWX/Debugger/DebuggerPanel.cpp b/Source/Core/DolphinWX/Debugger/DebuggerPanel.cpp index 16af61b453..d8bcd923bc 100644 --- a/Source/Core/DolphinWX/Debugger/DebuggerPanel.cpp +++ b/Source/Core/DolphinWX/Debugger/DebuggerPanel.cpp @@ -179,7 +179,6 @@ void GFXDebuggerPanel::CreateGUIControls() m_pDumpList->Append(_("Statistics")); m_pDumpList->SetSelection(0); - // Layout everything on m_MainPanel wxBoxSizer *sMain = new wxBoxSizer(wxVERTICAL); wxStaticBoxSizer* const pFlowCtrlBox = new wxStaticBoxSizer(wxVERTICAL, this, _("Flow Control")); diff --git a/Source/Core/DolphinWX/Debugger/DebuggerPanel.h b/Source/Core/DolphinWX/Debugger/DebuggerPanel.h index 35d2e2d5b0..8a70d93c87 100644 --- a/Source/Core/DolphinWX/Debugger/DebuggerPanel.h +++ b/Source/Core/DolphinWX/Debugger/DebuggerPanel.h @@ -38,8 +38,6 @@ public: void OnContinue() override; private: - wxPanel* m_MainPanel; - wxButton* m_pButtonPause; wxButton* m_pButtonPauseAtNext; wxButton* m_pButtonPauseAtNextFrame;