Packager: Remove a useless line. Formatting.

git-svn-id: trunk@55991 -
This commit is contained in:
juha 2017-10-06 21:38:39 +00:00
parent 4803801696
commit c5c014abf9
2 changed files with 1 additions and 3 deletions

View File

@ -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;

View File

@ -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,