From f8025eba881e80e6dc301c4005ef0d2077bf086a Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 25 Jul 2015 18:35:16 +0000 Subject: - 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 --- include/m_clistint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/m_clistint.h') 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); -- cgit v1.2.3