summaryrefslogtreecommitdiff
path: root/include/m_clistint.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2023-05-22 18:44:59 +0300
committerGeorge Hazan <george.hazan@gmail.com>2023-05-22 18:44:59 +0300
commit05165317940d1c2fcb2b089e2fbf5f9bf6246f8e (patch)
tree3249fa31ed6325e4a50e41728fb00d563478e1f5 /include/m_clistint.h
parent13c6dada03a1c6eb503d26c340acc15c14851a85 (diff)
unused function removed from CLIST_INTERFACE
Diffstat (limited to 'include/m_clistint.h')
-rw-r--r--include/m_clistint.h4
1 files changed, 1 insertions, 3 deletions
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