TAChart: Remove TAChartTeeChart unit from package to preserve FPC 2.4.4 compatibility

git-svn-id: trunk@36927 -
This commit is contained in:
ask 2012-04-20 08:50:46 +00:00
parent b6b8f83df3
commit d63ad33c4e
2 changed files with 2 additions and 1 deletions

View File

@ -198,6 +198,7 @@
</Item36>
<Item37>
<Filename Value="tachartteechart.pas"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="TAChartTeeChart"/>
</Item37>
</Files>

View File

@ -13,7 +13,7 @@ uses
TALegendPanel, TARadialSeries, TACustomSource, TAGeometry, TANavigation,
TADrawerCanvas, TADrawerSVG, TAIntervalSources, TAChartAxisUtils,
TAChartListbox, TAEnumerators, TADataPointsEditor, TAChartExtentLink,
TAToolEditors, TAMath, TAChartImageList, TAChartTeeChart, LazarusPackageIntf;
TAToolEditors, TAMath, TAChartImageList, LazarusPackageIntf;
implementation