summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/delphi/m_genmenu.inc9
-rw-r--r--include/m_genmenu.h10
2 files changed, 0 insertions, 19 deletions
diff --git a/include/delphi/m_genmenu.inc b/include/delphi/m_genmenu.inc
index 685b20d512..252f1acc73 100644
--- a/include/delphi/m_genmenu.inc
+++ b/include/delphi/m_genmenu.inc
@@ -67,7 +67,6 @@ plugin may add different menu items with some service.
25-11-2002 Full support of runtime build of all menus.
Contact MS_CLIST_ADDCONTACTMENUITEM
- MS_CLIST_REMOVECONTACTMENUITEM
MS_CLIST_MENUBUILDCONTACT
ME_CLIST_PREBUILDCONTACTMENU
@@ -224,14 +223,6 @@ const
}
ME_CLIST_PREBUILDMAINMENU:PAnsiChar = 'CList/PreBuildMainMenu';
-{
- remove a item from contact menu
- wParam=hMenuItem returned by MS_CLIST_ADDCONTACTMENUITEM
- lParam=0
- returns 0 on success, nonzero on failure
-}
- MS_CLIST_REMOVECONTACTMENUITEM:PAnsiChar = 'CList/RemoveContactMenuItem';
-
// GENMENU_MODULE
SETTING_NOOFFLINEBOTTOM_DEFAULT = 0;
diff --git a/include/m_genmenu.h b/include/m_genmenu.h
index 90aa7c7eb9..ed7896aaf6 100644
--- a/include/m_genmenu.h
+++ b/include/m_genmenu.h
@@ -76,7 +76,6 @@ plugin may add different menu items with some service.
25-11-2002 Full support of runtime build of all menus.
Contact MS_CLIST_ADDCONTACTMENUITEM
- MS_CLIST_REMOVECONTACTMENUITEM
MS_CLIST_MENUBUILDCONTACT
ME_CLIST_PREBUILDCONTACTMENU
@@ -198,20 +197,11 @@ __forceinline HGENMENU Menu_AddTrayMenuItem(CLISTMENUITEM *mi)
//returns a HMENU identifying the menu.
#define MS_CLIST_MENUBUILDMAIN "CList/MenuBuildMain"
-
-
//the main menu is about to be built
//wParam=lParam=0
#define ME_CLIST_PREBUILDMAINMENU "CList/PreBuildMainMenu"
-
-
-//remove a item from contact menu
-//wParam=hMenuItem returned by MS_CLIST_ADDCONTACTMENUITEM
-//lParam=0
-//returns 0 on success, nonzero on failure
-#define MS_CLIST_REMOVECONTACTMENUITEM "CList/RemoveContactMenuItem"
/*GENMENU_MODULE*/
#define SETTING_NOOFFLINEBOTTOM_DEFAULT 0