diff options
author | George Hazan <george.hazan@gmail.com> | 2023-05-22 18:44:59 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-05-22 18:44:59 +0300 |
commit | 05165317940d1c2fcb2b089e2fbf5f9bf6246f8e (patch) | |
tree | 3249fa31ed6325e4a50e41728fb00d563478e1f5 /include/m_clistint.h | |
parent | 13c6dada03a1c6eb503d26c340acc15c14851a85 (diff) |
unused function removed from CLIST_INTERFACE
Diffstat (limited to 'include/m_clistint.h')
-rw-r--r-- | include/m_clistint.h | 4 |
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
|