mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-25 11:19:40 +02:00
projectgroups: clean up
git-svn-id: trunk@53525 -
This commit is contained in:
parent
f9d26bccc5
commit
5297dbb175
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -3623,7 +3623,6 @@ components/projectgroups/languages/projectgroupstrconst.hu.po svneol=native#text
|
||||
components/projectgroups/languages/projectgroupstrconst.it.po svneol=native#text/plain
|
||||
components/projectgroups/languages/projectgroupstrconst.po svneol=native#text/plain
|
||||
components/projectgroups/languages/projectgroupstrconst.ru.po svneol=native#text/plain
|
||||
components/projectgroups/lazprojectgroup.pas svneol=native#text/plain
|
||||
components/projectgroups/lazprojectgroups.lpk svneol=native#text/plain
|
||||
components/projectgroups/projectgroup.pp svneol=native#text/plain
|
||||
components/projectgroups/projectgroupeditor.lfm svneol=native#text/plain
|
||||
|
@ -1,22 +0,0 @@
|
||||
{ This file was automatically created by Lazarus. Do not edit!
|
||||
This source is only used to compile and install the package.
|
||||
}
|
||||
|
||||
unit lazprojectgroup;
|
||||
|
||||
interface
|
||||
|
||||
uses
|
||||
projectgroupintf, projectgroup, projectgroupeditor, regprojectgroup,
|
||||
LazarusPackageIntf;
|
||||
|
||||
implementation
|
||||
|
||||
procedure Register;
|
||||
begin
|
||||
RegisterUnit('regprojectgroup', @regprojectgroup.Register);
|
||||
end;
|
||||
|
||||
initialization
|
||||
RegisterPackage('lazprojectgroup', @Register);
|
||||
end.
|
Loading…
Reference in New Issue
Block a user