mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 15:39:49 +02:00
TAChart: Undo r52780 #b722e49778 due to compilation issues with fpc 2.6.4
git-svn-id: trunk@53034 -
This commit is contained in:
parent
ec97d75bd9
commit
7deed2be61
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user