summaryrefslogtreecommitdiff
path: root/include/m_gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/m_gui.h')
-rw-r--r--include/m_gui.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/m_gui.h b/include/m_gui.h
index 718c388cbc..51d2d3ddd0 100644
--- a/include/m_gui.h
+++ b/include/m_gui.h
@@ -373,13 +373,6 @@ public:
virtual void OnApply();
virtual void OnReset();
- static int cmp(const CCtrlBase *c1, const CCtrlBase *c2)
- {
- if (c1->m_idCtrl < c2->m_idCtrl) return -1;
- if (c1->m_idCtrl > c2->m_idCtrl) return +1;
- return 0;
- }
-
protected:
HWND m_hwnd; // must be the first data item
int m_idCtrl;