Skip to content

Commit af4b13d

Browse files
committed
Removed IDE induced code that is not compatible with older Delphi versions.
1 parent 23d928c commit af4b13d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Demos/Advanced/PropertiesDemo.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ interface
1010

1111
uses
1212
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
13-
StdCtrls, VirtualTrees, ImgList, ExtCtrls, UITypes, System.ImageList;
13+
StdCtrls, VirtualTrees, ImgList, ExtCtrls, UITypes;
1414

1515
const
1616
// Helper message to decouple node change handling from edit handling.

0 commit comments

Comments
 (0)