diff options
Diffstat (limited to 'include/m_clistint.h')
-rw-r--r-- | include/m_clistint.h | 2 |
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);
|