summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2024-07-16 18:53:56 +0300
committerGeorge Hazan <george.hazan@gmail.com>2024-07-16 18:53:56 +0300
commit28b8cab51ba96f65142defdccc72f29edf841b12 (patch)
tree26b7a7546ff412c6f4a169df44b32ba7637edea9 /include
parente08143e37cff1be034540d89028b9dba6f0cef70 (diff)
fixes #4532 (UInfoEx: зависание после вгружения на лету)
Diffstat (limited to 'include')
-rw-r--r--include/m_genmenu.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/m_genmenu.h b/include/m_genmenu.h
index 828363ec20..a2979a8081 100644
--- a/include/m_genmenu.h
+++ b/include/m_genmenu.h
@@ -118,12 +118,6 @@ EXTERN_C MIR_APP_DLL(BOOL) Menu_DrawItem(LPARAM);
EXTERN_C MIR_APP_DLL(void) Menu_EnableItem(HGENMENU hMenuItem, bool bEnable);
/////////////////////////////////////////////////////////////////////////////////////////
-// Retrieves a default menu item for the menu passed
-// Returns a menu handle on success or NULL on failure
-
-EXTERN_C MIR_APP_DLL(HGENMENU) Menu_GetDefaultItem(HGENMENU hMenu);
-
-/////////////////////////////////////////////////////////////////////////////////////////
// Retrieves user info from a menu item
// Returns ownerdata on success, NULL on failure
// Useful to get and free ownerdata before delete menu item.