TAChart: Undo r52780 #b722e49778 due to compilation issues with fpc 2.6.4

git-svn-id: trunk@53034 -
This commit is contained in:
wp 2016-09-25 15:56:24 +00:00
parent ec97d75bd9
commit 7deed2be61

View File

@ -465,8 +465,10 @@ implementation
uses
Clipbrd, Dialogs, GraphMath, LCLProc, LResources, Math, Types,
TADrawerCanvas, TAGeometry, TAMath, TAStyles,
TATools; // needed to initialize OnInitBuiltinTools; added to avoid crash of converted Delphi projects
TADrawerCanvas, TAGeometry, TAMath, TAStyles;
// TATools; // needed to initialize OnInitBuiltinTools; added to avoid crash of converted Delphi projects
// wp: removed again, causes compilation error with fpc 2.6.4
function CompareZPosition(AItem1, AItem2: Pointer): Integer;
begin