daemon package: removed package unit from created project, fixes issue #14427

git-svn-id: trunk@21646 -
This commit is contained in:
vincents 2009-09-10 14:25:49 +00:00
parent 4b39cfdce1
commit 20cab5a990

View File

@ -189,7 +189,6 @@ begin
Add('{$IFDEF UNIX}{$IFDEF UseCThreads}');
Add(' CThreads,');
Add('{$ENDIF}{$ENDIF}');
Add(' LazDaemon,');
Add(' DaemonApp');
Add(' { add your units here };');
Add('');