From 05165317940d1c2fcb2b089e2fbf5f9bf6246f8e Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 22 May 2023 18:44:59 +0300 Subject: unused function removed from CLIST_INTERFACE --- include/m_clistint.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'include') diff --git a/include/m_clistint.h b/include/m_clistint.h index 03c19973a0..7877eb7934 100644 --- a/include/m_clistint.h +++ b/include/m_clistint.h @@ -397,9 +397,7 @@ struct CLIST_INTERFACE *************************************************************************************/ CListEvent* (*pfnAddEvent)(CLISTEVENT*); - - int (*pfnFreeEvent)(CListEvent *); - int (*pfnGetImlIconIndex)(HICON hIcon); + int (*pfnFreeEvent)(CListEvent *); /************************************************************************************* * version 3 additions -- cgit v1.2.3