components: less hints

git-svn-id: trunk@51779 -
This commit is contained in:
mattias 2016-03-01 15:23:14 +00:00
parent 1201d2e3ab
commit 8c8bacd310
5 changed files with 17 additions and 12 deletions

View File

@ -4,6 +4,7 @@
unit TAChartAggPas; unit TAChartAggPas;
{$warn 5023 off : no warning about unused units}
interface interface
uses uses

View File

@ -2,8 +2,9 @@
This source is only used to compile and install the package. This source is only used to compile and install the package.
} }
unit TAChartFPVectorial; unit TAChartFPVectorial;
{$warn 5023 off : no warning about unused units}
interface interface
uses uses
@ -11,10 +12,10 @@ uses
implementation implementation
procedure Register; procedure Register;
begin begin
end; end;
initialization initialization
RegisterPackage('TAChartFPVectorial', @Register); RegisterPackage('TAChartFPVectorial', @Register);
end. end.

View File

@ -4,6 +4,7 @@
unit TAChartLazarusPkg; unit TAChartLazarusPkg;
{$warn 5023 off : no warning about unused units}
interface interface
uses uses

View File

@ -2,8 +2,9 @@
This source is only used to compile and install the package. This source is only used to compile and install the package.
} }
unit TAChartPrint; unit TAChartPrint;
{$warn 5023 off : no warning about unused units}
interface interface
uses uses
@ -11,10 +12,10 @@ uses
implementation implementation
procedure Register; procedure Register;
begin begin
end; end;
initialization initialization
RegisterPackage('TAChartPrint', @Register); RegisterPackage('TAChartPrint', @Register);
end. end.

View File

@ -2,8 +2,9 @@
This source is only used to compile and install the package. This source is only used to compile and install the package.
} }
unit TAChartWMF; unit TAChartWMF;
{$warn 5023 off : no warning about unused units}
interface interface
uses uses
@ -11,10 +12,10 @@ uses
implementation implementation
procedure Register; procedure Register;
begin begin
end; end;
initialization initialization
RegisterPackage('TAChartWMF', @Register); RegisterPackage('TAChartWMF', @Register);
end. end.