From ca2323fd5ea5ded4abaa50a9b2d95a3f799dc0ed Mon Sep 17 00:00:00 2001 From: juha Date: Fri, 5 Mar 2021 22:32:57 +0000 Subject: [PATCH] temp git-svn-id: trunk@64752 - --- ide/sourcefilemanager.pas | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ide/sourcefilemanager.pas b/ide/sourcefilemanager.pas index a42936d759..8ff709b48b 100644 --- a/ide/sourcefilemanager.pas +++ b/ide/sourcefilemanager.pas @@ -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:='';