projectgroups: clean up

git-svn-id: trunk@53525 -
This commit is contained in:
mattias 2016-12-02 13:51:50 +00:00
parent f9d26bccc5
commit 5297dbb175
2 changed files with 0 additions and 23 deletions

1
.gitattributes vendored
View File

@ -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

View File

@ -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.