mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Debugger: fix -Wunused-private-field warning
This commit is contained in:
@ -38,8 +38,6 @@ public:
|
||||
void OnContinue() override;
|
||||
|
||||
private:
|
||||
wxPanel* m_MainPanel;
|
||||
|
||||
wxButton* m_pButtonPause;
|
||||
wxButton* m_pButtonPauseAtNext;
|
||||
wxButton* m_pButtonPauseAtNextFrame;
|
||||
|
Reference in New Issue
Block a user