summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-07-25 18:35:16 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-07-25 18:35:16 +0000
commitf8025eba881e80e6dc301c4005ef0d2077bf086a (patch)
tree44b7e885f95c3eddbd3378f0744aec21ebd64461 /include
parent60eb7158c64c215db62ba3df6f248778792cbe5a (diff)
- obsolete menu processing code removed;
- common menu commands processing code moved to the core; - code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@14698 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include')
-rw-r--r--include/m_clistint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_clistint.h b/include/m_clistint.h
index 31203835e6..636d7b6bc3 100644
--- a/include/m_clistint.h
+++ b/include/m_clistint.h
@@ -267,7 +267,7 @@ struct CLIST_INTERFACE
/* clc.h */
void (*pfnClcOptionsChanged)(void);
void (*pfnClcBroadcast)(int, WPARAM, LPARAM);
- HMENU (*pfnBuildGroupPopupMenu)(struct ClcGroup*);
+ HMENU (*pfnBuildGroupPopupMenu)(struct ClcGroup*); // unused
LRESULT (CALLBACK *pfnContactListControlWndProc)(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam);