diff options
author | George Hazan <george.hazan@gmail.com> | 2014-09-17 11:48:33 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-09-17 11:48:33 +0000 |
commit | 69f5bbaea93ae12a333d763327f98b26dae3792d (patch) | |
tree | a3a355709283b1a7efddcd7fec5390f9e6167895 /include/delphi/m_genmenu.inc | |
parent | ceab1f0178932fd308df023b7fafdea231593949 (diff) |
MS_CLIST_REMOVETRAYMENUITEM - never used at all. RIP
git-svn-id: http://svn.miranda-ng.org/main/trunk@10494 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 8712927ab3..60e47b4241 100644 --- a/include/delphi/m_genmenu.inc +++ b/include/delphi/m_genmenu.inc @@ -160,14 +160,6 @@ const // TRAY MENU
{
- remove a item from tray menu
- wParam=hMenuItem returned by MS_CLIST_ADDTRAYMENUITEM
- lParam=0
- returns 0 on success, nonzero on failure
-}
- MS_CLIST_REMOVETRAYMENUITEM:PAnsiChar = 'CList/RemoveTrayMenuItem';
-
-{
builds the tray menu
wParam=lParam=0
returns a HMENU identifying the menu.
|