From 8e52da65d2cfa36bf23fa7be0577e420f3cf0480 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 7 Dec 2018 20:29:02 +0300 Subject: fixes #1653 (recursive removal of embedded groups) --- include/delphi/m_clist.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'include/delphi') 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; -- cgit v1.2.3