diff options
author | George Hazan <george.hazan@gmail.com> | 2015-07-09 11:30:37 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-07-09 11:30:37 +0000 |
commit | b7033cda5f3598d477ea37fe2dd343871ae23739 (patch) | |
tree | ad178a90f2d89dc94b84e9c36a6f6e2ba5a6bffa /include/m_clist.h | |
parent | 21c6c7a7cb65e25d55cce54b6e097c797b66f95e (diff) |
buggy function removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@14515 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/m_clist.h')
-rw-r--r-- | include/m_clist.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/m_clist.h b/include/m_clist.h index 24db9715a1..0e78bea758 100644 --- a/include/m_clist.h +++ b/include/m_clist.h @@ -69,10 +69,6 @@ EXTERN_C MIR_APP_DLL(HGENMENU) Menu_AddMainMenuItem(TMO_MenuItem *pmi); // returns a HMENU. This need not to be freed since it's owned by clist
EXTERN_C MIR_APP_DLL(HMENU) Menu_GetMainMenu(void);
-// rebuilds the main menu
-// returns a HMENU identifying the menu.
-EXTERN_C MIR_APP_DLL(HMENU) Menu_BuildMainMenu(void);
-
/////////////////////////////////////////////////////////////////////////////////////////
// the main menu is about to be built
// wParam = lParam = 0
|