LCL: Fix a comment saying that Graphics could not be used in unit Themes.

git-svn-id: trunk@57276 -
This commit is contained in:
juha 2018-02-08 23:43:21 +00:00
parent 47acd45957
commit a48b727337

View File

@ -46,10 +46,9 @@ unit Themes;
interface interface
uses uses
// no Graphics or Controls can be used here to prevent circular references Classes, SysUtils, Types, Math,
// // LCL - Controls cannot be used here to prevent circular references
SysUtils, Types, GraphType, Math, Classes, LCLProc, LCLType, Graphics, LCLProc, LCLType, GraphType, Graphics, TmSchema;
TmSchema;
type type
// These are all elements which can be themed. // These are all elements which can be themed.