diff options
author | George Hazan <george.hazan@gmail.com> | 2014-09-16 14:02:41 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-09-16 14:02:41 +0000 |
commit | cf1c8283aca6d09ddfc42d18c8ecc38bbc0f65fb (patch) | |
tree | cf3ec04ee9f1000cdd5e8b3d88b14d684f12646a /include/delphi/m_genmenu.inc | |
parent | 8cbf63303a7f35241fa1ba2bd4ca8306e81d1837 (diff) |
MS_CLIST_REMOVEMAINMENUITEM also removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@10480 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/delphi/m_genmenu.inc')
-rw-r--r-- | include/delphi/m_genmenu.inc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/delphi/m_genmenu.inc b/include/delphi/m_genmenu.inc index 252f1acc73..8712927ab3 100644 --- a/include/delphi/m_genmenu.inc +++ b/include/delphi/m_genmenu.inc @@ -203,14 +203,6 @@ const //!! MS_CLIST_ADDSTATUSMENUITEM = 'CList/AddStatusMenuItem'; // defined in m_clist.inc
{
- remove a item from main menu
- wParam=hMenuItem returned by MS_CLIST_ADDMAINMENUITEM
- lParam=0
- returns 0 on success, nonzero on failure
-}
- MS_CLIST_REMOVEMAINMENUITEM:PAnsiChar = 'CList/RemoveMainMenuItem';
-
-{
builds the main menu
wParam=lParam=0
returns a HMENU identifying the menu.
|