diff options
Diffstat (limited to 'include/m_clistint.h')
-rw-r--r-- | include/m_clistint.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/m_clistint.h b/include/m_clistint.h index 8efc5bc886..04109666ba 100644 --- a/include/m_clistint.h +++ b/include/m_clistint.h @@ -412,9 +412,6 @@ struct CLIST_INTERFACE EventList events;
- struct CListEvent* (*pfnCreateEvent)(void);
- void (*pfnFreeEvent)(struct CListEvent*);
-
struct CListEvent* (*pfnAddEvent)(CLISTEVENT*);
CLISTEVENT* (*pfnGetEvent)(MCONTACT hContact, int idx);
|