mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-03 16:00:28 +02:00
Packager: Remove a useless line. Formatting.
git-svn-id: trunk@55991 -
This commit is contained in:
parent
4803801696
commit
c5c014abf9
@ -361,8 +361,7 @@ begin
|
||||
end;
|
||||
end;
|
||||
FilterEdit.InvalidateFilter;
|
||||
FileCountLabel.Caption:=Format(dlgFiles, [IntToStr(SourceEditorManager.
|
||||
SourceEditorCount)]);
|
||||
FileCountLabel.Caption:=Format(dlgFiles,[IntToStr(SourceEditorManager.SourceEditorCount)]);
|
||||
end;
|
||||
|
||||
function TEditorFileManagerForm.SrcEditorByListItem(ListIndex: integer): TSourceEditor;
|
||||
|
@ -2237,7 +2237,6 @@ var
|
||||
SrcEdit: TSourceEditorInterface;
|
||||
begin
|
||||
for i:=SourceEditorManagerIntf.SourceEditorCount-1 downto 0 do begin
|
||||
if i>=SourceEditorManagerIntf.SourceEditorCount then continue;
|
||||
SrcEdit:=SourceEditorManagerIntf.SourceEditors[i];
|
||||
if not AllChangedFilenames.Contains(SrcEdit.FileName) then continue;
|
||||
if LazarusIDE.DoCloseEditorFile(SrcEdit,
|
||||
|
Loading…
Reference in New Issue
Block a user