mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-16 19:21:28 +00:00
Merge pull request #3029 from Tilka/fix_warning
Debugger: fix -Wunused-private-field warning
This commit is contained in:
commit
f56117534e
Source/Core/DolphinWX/Debugger
@ -179,7 +179,6 @@ void GFXDebuggerPanel::CreateGUIControls()
|
|||||||
m_pDumpList->Append(_("Statistics"));
|
m_pDumpList->Append(_("Statistics"));
|
||||||
m_pDumpList->SetSelection(0);
|
m_pDumpList->SetSelection(0);
|
||||||
|
|
||||||
// Layout everything on m_MainPanel
|
|
||||||
wxBoxSizer *sMain = new wxBoxSizer(wxVERTICAL);
|
wxBoxSizer *sMain = new wxBoxSizer(wxVERTICAL);
|
||||||
|
|
||||||
wxStaticBoxSizer* const pFlowCtrlBox = new wxStaticBoxSizer(wxVERTICAL, this, _("Flow Control"));
|
wxStaticBoxSizer* const pFlowCtrlBox = new wxStaticBoxSizer(wxVERTICAL, this, _("Flow Control"));
|
||||||
|
@ -38,8 +38,6 @@ public:
|
|||||||
void OnContinue() override;
|
void OnContinue() override;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
wxPanel* m_MainPanel;
|
|
||||||
|
|
||||||
wxButton* m_pButtonPause;
|
wxButton* m_pButtonPause;
|
||||||
wxButton* m_pButtonPauseAtNext;
|
wxButton* m_pButtonPauseAtNext;
|
||||||
wxButton* m_pButtonPauseAtNextFrame;
|
wxButton* m_pButtonPauseAtNextFrame;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user