diff options
author | George Hazan <george.hazan@gmail.com> | 2024-01-16 19:39:31 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-01-16 19:39:31 +0300 |
commit | 6c0c95718d89b90c1993ca85656183e1a1c27bfe (patch) | |
tree | 901fdcfb631c3f24d65c6da07b9386e462010981 /include/m_clist.h | |
parent | 8607a3a930f014ffabe03535e4ba5f2429fa395f (diff) |
fixes #4078 (Сделать меню групп доступнее)
Diffstat (limited to 'include/m_clist.h')
-rw-r--r-- | include/m_clist.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/include/m_clist.h b/include/m_clist.h index 4c58f89896..365f95669f 100644 --- a/include/m_clist.h +++ b/include/m_clist.h @@ -156,18 +156,6 @@ EXTERN_C MIR_APP_DLL(HGENMENU) Menu_AddGroupMenuItem(TMO_MenuItem *pmi, GroupMen #define ME_CLIST_PREBUILDGROUPMENU "CList/PreBuildGroupMenu"
/////////////////////////////////////////////////////////////////////////////////////////
-// SUBGROUP MENU
-
-// adds a new item to the SubGroup menus
-// wParam=GroupMenuParam*, params to call when exec menuitem
-// lParam=(LPARAM)(TMO_MenuItem*)&mi
-EXTERN_C MIR_APP_DLL(HGENMENU) Menu_AddSubGroupMenuItem(TMO_MenuItem *pmi, GroupMenuParam *gmp = nullptr);
-
-// the SubGroup menu is about to be built
-// wParam = lParam = 0
-#define ME_CLIST_PREBUILDSUBGROUPMENU "CList/PreBuildSubGroupMenu"
-
-/////////////////////////////////////////////////////////////////////////////////////////
// TRAY MENU
// builds the tray menu
|