components: less hints

git-svn-id: trunk@51782 -
This commit is contained in:
mattias 2016-03-01 15:25:02 +00:00
parent be5601fd37
commit 01898d3c57
8 changed files with 32 additions and 24 deletions

View File

@ -1,21 +1,22 @@
{ This file was automatically created by Lazarus. do not edit!
{ This file was automatically created by Lazarus. Do not edit!
This source is only used to compile and install the package.
}
unit lazplotfunction;
unit lazplotfunction;
{$warn 5023 off : no warning about unused units}
interface
uses
regplotpanel, exprplotpanel, plotpanel, LazarusPackageIntf;
regplotpanel, exprplotpanel, plotpanel, LazarusPackageIntf;
implementation
procedure Register;
procedure Register;
begin
RegisterUnit('regplotpanel', @regplotpanel.Register);
end;
RegisterUnit('regplotpanel', @regplotpanel.Register);
end;
initialization
RegisterPackage('lazplotfunction', @Register);
RegisterPackage('lazplotfunction', @Register);
end.

View File

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

View File

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

View File

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

View File

@ -2,21 +2,22 @@
This source is only used to compile and install the package.
}
unit ProjTemplates;
unit ProjTemplates;
{$warn 5023 off : no warning about unused units}
interface
uses
ProjectTemplates, IDETemplateProject, frmTemplateVariables,
ProjectTemplates, IDETemplateProject, frmTemplateVariables,
LazarusPackageIntf;
implementation
procedure Register;
procedure Register;
begin
RegisterUnit('IDETemplateProject', @IDETemplateProject.Register);
end;
RegisterUnit('IDETemplateProject', @IDETemplateProject.Register);
end;
initialization
RegisterPackage('ProjTemplates', @Register);
RegisterPackage('ProjTemplates', @Register);
end.

View File

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

View File

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

View File

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