diff options
author | George Hazan <george.hazan@gmail.com> | 2016-01-28 13:20:34 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-01-28 13:20:34 +0000 |
commit | 6c38539e9b3d5a72280950310253759085e96f01 (patch) | |
tree | 8e6dcaee71ed7dbf0f2419e1ed6d71130e1a8722 /include/m_clistint.h | |
parent | a040f3a8dbcc17d8a3a50a9594b3226dce28788c (diff) |
unused functions removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@16179 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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);
|