mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-03 15:40:42 +02:00
IdeIntf: Remove FileUtil from default uses list of new applications.
git-svn-id: trunk@56530 -
This commit is contained in:
parent
d10aed499e
commit
7f35c413b9
@ -1050,7 +1050,7 @@ end;
|
||||
|
||||
function TFileDescPascalUnitWithResource.GetInterfaceUsesSection: string;
|
||||
begin
|
||||
Result := inherited GetInterfaceUsesSection + ', FileUtil';
|
||||
Result := inherited GetInterfaceUsesSection;
|
||||
if GetResourceType = rtLRS then
|
||||
Result := Result +', LResources';
|
||||
end;
|
||||
@ -1502,9 +1502,8 @@ end;
|
||||
|
||||
function TCustomFormDescriptor.GetInterfaceUsesSection: string;
|
||||
begin
|
||||
Result := inherited GetInterfaceUsesSection;
|
||||
Result := Result + ', Controls, Forms,'#13#10 +
|
||||
' ' + FUnits;
|
||||
Result := inherited GetInterfaceUsesSection
|
||||
+ ', Controls, Forms,'#13#10 + ' ' + FUnits;
|
||||
end;
|
||||
|
||||
{ RegisterForm }
|
||||
|
Loading…
Reference in New Issue
Block a user