From 58802684b1098017910a3381c7a0c1b2fa7f7576 Mon Sep 17 00:00:00 2001 From: "Derek \"Turtle\" Roe" Date: Wed, 17 Mar 2021 22:32:34 -0500 Subject: [PATCH] Update Debugger-MemorySearch.h Remove unnecessary comments, fix title case and abbreviations, fix wording --- .../UserInterface/Debugger/Debugger-MemorySearch.h | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) 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;