summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/delphi/m_clist.inc3
-rw-r--r--include/m_genmenu.h2
2 files changed, 0 insertions, 5 deletions
diff --git a/include/delphi/m_clist.inc b/include/delphi/m_clist.inc
index 7fe96dd4ff..04af0877d9 100644
--- a/include/delphi/m_clist.inc
+++ b/include/delphi/m_clist.inc
@@ -69,9 +69,6 @@ type
end;
const
- HGENMENU_ROOT = HGENMENU(-1);
-
-const
CMIF_GRAYED = 1;
CMIF_CHECKED = 2;
CMIF_HIDDEN = 4; // only works on contact menus
diff --git a/include/m_genmenu.h b/include/m_genmenu.h
index a1fd164538..c94aa39870 100644
--- a/include/m_genmenu.h
+++ b/include/m_genmenu.h
@@ -10,8 +10,6 @@
#else
DECLARE_HANDLE(HGENMENU);
#endif
-
-#define HGENMENU_ROOT ((HGENMENU)INVALID_HANDLE_VALUE)
// predefined menu objects
#define MO_MAIN (-1)