Skip to content

Commit

Permalink
Debugger: fix -Wunused warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Tilka committed Sep 12, 2015
1 parent 35ecc27 commit 8a3af8d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Source/Core/DolphinWX/Debugger/DebuggerPanel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"));
Expand Down
2 changes: 0 additions & 2 deletions Source/Core/DolphinWX/Debugger/DebuggerPanel.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ class GFXDebuggerPanel : public wxPanel, public GFXDebuggerBase
void OnContinue() override;

private:
wxPanel* m_MainPanel;

wxButton* m_pButtonPause;
wxButton* m_pButtonPauseAtNext;
wxButton* m_pButtonPauseAtNextFrame;
Expand Down

0 comments on commit 8a3af8d

Please sign in to comment.