mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
MemoryWindow: Remove unused member variable
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user