mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 09:39:09 +02:00
temp
git-svn-id: trunk@64752 -
This commit is contained in:
parent
8faf2f2b80
commit
ca2323fd5e
@ -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:='';
|
||||
|
Loading…
Reference in New Issue
Block a user