diff options
Diffstat (limited to 'include/m_genmenu.h')
-rw-r--r-- | include/m_genmenu.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/m_genmenu.h b/include/m_genmenu.h index ed7896aaf6..8203811b53 100644 --- a/include/m_genmenu.h +++ b/include/m_genmenu.h @@ -186,12 +186,6 @@ __forceinline HGENMENU Menu_AddTrayMenuItem(CLISTMENUITEM *mi) //wParam=lParam=0
#define ME_CLIST_PREBUILDSTATUSMENU "CList/PreBuildStatusMenu"
-//remove a item from main menu
-//wParam=hMenuItem returned by MS_CLIST_ADDMAINMENUITEM
-//lParam=0
-//returns 0 on success, nonzero on failure
-#define MS_CLIST_REMOVEMAINMENUITEM "CList/RemoveMainMenuItem"
-
//builds the main menu
//wParam=lParam=0
//returns a HMENU identifying the menu.
|