MemoryWindow: Remove unused member variable

This commit is contained in:
Lioncash 2017-04-30 06:02:32 -04:00
parent 9a778786df
commit 683462679b
1 changed files with 0 additions and 3 deletions

View File

@ -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;