mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-13 15:41:18 +00:00
MemoryWindow: Remove unused member variable
This commit is contained in:
parent
9a778786df
commit
683462679b
@ -8,7 +8,6 @@
|
|||||||
#include "Common/CommonTypes.h"
|
#include "Common/CommonTypes.h"
|
||||||
|
|
||||||
class CMemoryView;
|
class CMemoryView;
|
||||||
class CCodeWindow;
|
|
||||||
class IniFile;
|
class IniFile;
|
||||||
class wxButton;
|
class wxButton;
|
||||||
class wxCheckBox;
|
class wxCheckBox;
|
||||||
@ -73,8 +72,6 @@ private:
|
|||||||
wxRadioButton* m_write_radio_btn;
|
wxRadioButton* m_write_radio_btn;
|
||||||
wxRadioButton* m_read_write_radio_btn;
|
wxRadioButton* m_read_write_radio_btn;
|
||||||
|
|
||||||
CCodeWindow* m_code_window;
|
|
||||||
|
|
||||||
CMemoryView* m_memory_view;
|
CMemoryView* m_memory_view;
|
||||||
|
|
||||||
wxSearchCtrl* m_address_search_ctrl;
|
wxSearchCtrl* m_address_search_ctrl;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user