git-svn-id: trunk@64752 -
This commit is contained in:
juha 2021-03-05 22:32:57 +00:00
parent 8faf2f2b80
commit ca2323fd5e

View File

@ -6369,10 +6369,7 @@ begin
end;
try
if not FilenameExtIs(LFMFilename,'lfm',true) then
begin
// no lfm format -> keep old info
exit(true);
end;
exit(true); // no lfm format -> keep old info
// clear old info
AnUnitInfo.ResourceBaseClass:=pfcbcNone;
AnUnitInfo.ComponentName:='';