summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/delphi/m_clistint.inc3
-rw-r--r--include/m_clistint.h3
2 files changed, 0 insertions, 6 deletions
diff --git a/include/delphi/m_clistint.inc b/include/delphi/m_clistint.inc
index d5537c8b24..5b92b8f8ad 100644
--- a/include/delphi/m_clistint.inc
+++ b/include/delphi/m_clistint.inc
@@ -454,9 +454,6 @@ type
events : TEventList;
- pfnCreateEvent : function :PCListEvent; cdecl;
- pfnFreeEvent : procedure (_para1:PCListEvent); cdecl;
-
pfnAddEvent : function (_para1:PCLISTEVENT):PCListEvent; cdecl;
pfnGetEvent : function (hContact:TMCONTACT; idx:int):PCLISTEVENT; cdecl;
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);