mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 10:49:09 +02:00
components: less hints
git-svn-id: trunk@51779 -
This commit is contained in:
parent
1201d2e3ab
commit
8c8bacd310
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
unit TAChartAggPas;
|
unit TAChartAggPas;
|
||||||
|
|
||||||
|
{$warn 5023 off : no warning about unused units}
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
|
@ -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.
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
unit TAChartLazarusPkg;
|
unit TAChartLazarusPkg;
|
||||||
|
|
||||||
|
{$warn 5023 off : no warning about unused units}
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
|
@ -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.
|
||||||
|
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user