diff --git a/Source/Project64/UserInterface/Debugger/Debugger-MemorySearch.h b/Source/Project64/UserInterface/Debugger/Debugger-MemorySearch.h index 799ab5626..d62a12510 100644 --- a/Source/Project64/UserInterface/Debugger/Debugger-MemorySearch.h +++ b/Source/Project64/UserInterface/Debugger/Debugger-MemorySearch.h @@ -43,8 +43,6 @@ public: END_MSG_MAP() }; -////////////// - class CSetValueDlg : public CDialogImpl { public: @@ -100,10 +98,6 @@ private: END_MSG_MAP() }; -////////////// - - - class CDebugMemorySearch : public CDebugDialog, public CDialogResize @@ -230,13 +224,12 @@ private: CPath GetWatchListPath(void); - /* generic ui util */ + // Generic UI utility void FixListHeader(CListViewCtrl& listCtrl); void SetComboBoxSelByData(CComboBox& cb, DWORD_PTR data); bool MouseHovering(WORD ctrlId, int hMargin = 0, int vMargin = 0); int GetNumVisibleRows(CListViewCtrl& list); - /*******************/ - + bool m_bJalSelected; bool m_bJalHexWasChecked; bool m_bJalUnsignedWasChecked;