mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 11:08:00 +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;
|
||||
|
||||
{$warn 5023 off : no warning about unused units}
|
||||
interface
|
||||
|
||||
uses
|
||||
|
@ -2,8 +2,9 @@
|
||||
This source is only used to compile and install the package.
|
||||
}
|
||||
|
||||
unit TAChartFPVectorial;
|
||||
unit TAChartFPVectorial;
|
||||
|
||||
{$warn 5023 off : no warning about unused units}
|
||||
interface
|
||||
|
||||
uses
|
||||
@ -11,10 +12,10 @@ uses
|
||||
|
||||
implementation
|
||||
|
||||
procedure Register;
|
||||
procedure Register;
|
||||
begin
|
||||
end;
|
||||
end;
|
||||
|
||||
initialization
|
||||
RegisterPackage('TAChartFPVectorial', @Register);
|
||||
RegisterPackage('TAChartFPVectorial', @Register);
|
||||
end.
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
unit TAChartLazarusPkg;
|
||||
|
||||
{$warn 5023 off : no warning about unused units}
|
||||
interface
|
||||
|
||||
uses
|
||||
|
@ -2,8 +2,9 @@
|
||||
This source is only used to compile and install the package.
|
||||
}
|
||||
|
||||
unit TAChartPrint;
|
||||
unit TAChartPrint;
|
||||
|
||||
{$warn 5023 off : no warning about unused units}
|
||||
interface
|
||||
|
||||
uses
|
||||
@ -11,10 +12,10 @@ uses
|
||||
|
||||
implementation
|
||||
|
||||
procedure Register;
|
||||
procedure Register;
|
||||
begin
|
||||
end;
|
||||
end;
|
||||
|
||||
initialization
|
||||
RegisterPackage('TAChartPrint', @Register);
|
||||
RegisterPackage('TAChartPrint', @Register);
|
||||
end.
|
||||
|
@ -2,8 +2,9 @@
|
||||
This source is only used to compile and install the package.
|
||||
}
|
||||
|
||||
unit TAChartWMF;
|
||||
unit TAChartWMF;
|
||||
|
||||
{$warn 5023 off : no warning about unused units}
|
||||
interface
|
||||
|
||||
uses
|
||||
@ -11,10 +12,10 @@ uses
|
||||
|
||||
implementation
|
||||
|
||||
procedure Register;
|
||||
procedure Register;
|
||||
begin
|
||||
end;
|
||||
end;
|
||||
|
||||
initialization
|
||||
RegisterPackage('TAChartWMF', @Register);
|
||||
RegisterPackage('TAChartWMF', @Register);
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user