summaryrefslogtreecommitdiff
path: root/include/delphi/m_clist.inc
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-12-07 20:29:02 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-12-07 20:29:02 +0300
commit8e52da65d2cfa36bf23fa7be0577e420f3cf0480 (patch)
treee6af6fbb59a385187294fd045b74486616d27361 /include/delphi/m_clist.inc
parent3f09ad4929d58a73005361cb8bb5b8aa0b41f605 (diff)
fixes #1653 (recursive removal of embedded groups)
Diffstat (limited to 'include/delphi/m_clist.inc')
-rw-r--r--include/delphi/m_clist.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/delphi/m_clist.inc b/include/delphi/m_clist.inc
index 5a3f10c88a..9839f5569a 100644
--- a/include/delphi/m_clist.inc
+++ b/include/delphi/m_clist.inc
@@ -159,7 +159,6 @@ const
}
type
CLISTGROUPCHANGE = record
- cbSize :int; //size in bytes of this structure
pszOldName:TChar; //old group name
pszNewName:TChar; //new group name
end;