summaryrefslogtreecommitdiff
path: root/include/delphi/m_clistint.inc
diff options
context:
space:
mode:
Diffstat (limited to 'include/delphi/m_clistint.inc')
-rw-r--r--include/delphi/m_clistint.inc11
1 files changed, 1 insertions, 10 deletions
diff --git a/include/delphi/m_clistint.inc b/include/delphi/m_clistint.inc
index 3ec038b04d..155a5ce77f 100644
--- a/include/delphi/m_clistint.inc
+++ b/include/delphi/m_clistint.inc
@@ -78,15 +78,6 @@ type
sortFunc : pointer;
end;
- PEventList = ^TEventList;
- TEventList = record
- items : ^PCListEvent;
- count : int;
- limit : int;
- increment : int;
- sortFunc : pointer;
- end;
-
pClcGroup = ^tClcGroup;
tClcGroup = record
cl : tContactList;
@@ -357,7 +348,7 @@ type
* version 2 - events processing
*************************************************************************************)
- events : PEventList;
+ bzzz : pointer;
pfnAddEvent : procedure; cdecl;
pfnGetEvent : procedure; cdecl;