MemoryWindow: Remove unused member variable
This commit is contained in:
parent
9a778786df
commit
683462679b
|
@ -8,7 +8,6 @@
|
|||
#include "Common/CommonTypes.h"
|
||||
|
||||
class CMemoryView;
|
||||
class CCodeWindow;
|
||||
class IniFile;
|
||||
class wxButton;
|
||||
class wxCheckBox;
|
||||
|
@ -73,8 +72,6 @@ private:
|
|||
wxRadioButton* m_write_radio_btn;
|
||||
wxRadioButton* m_read_write_radio_btn;
|
||||
|
||||
CCodeWindow* m_code_window;
|
||||
|
||||
CMemoryView* m_memory_view;
|
||||
|
||||
wxSearchCtrl* m_address_search_ctrl;
|
||||
|
|
Loading…
Reference in New Issue