mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-26 07:40:08 +02:00
IDE: clean up
git-svn-id: trunk@52269 -
This commit is contained in:
parent
96c19a0c0f
commit
150123b86a
@ -211,22 +211,7 @@ begin
|
|||||||
for i:=0 to PackageGraph.Count-1 do
|
for i:=0 to PackageGraph.Count-1 do
|
||||||
UpdateOnePackage(PackageGraph[i]);
|
UpdateOnePackage(PackageGraph[i]);
|
||||||
FilterEdit.InvalidateFilter;
|
FilterEdit.InvalidateFilter;
|
||||||
//PkgListView.BeginUpdate;
|
|
||||||
//PkgListView.AlphaSort;
|
|
||||||
//PkgListView.EndUpdate;
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
//if PkgListView.Items.Count>i then begin
|
|
||||||
// CurListItem:=PkgListView.Items[i];
|
|
||||||
// CurListItem.SubItems[0]:=CurPkg.Version.AsString;
|
|
||||||
// CurListItem.SubItems[1]:=PkgStateToString(CurPkg);
|
|
||||||
//end else begin
|
|
||||||
//CurListItem:=PkgListView.Items.Add;
|
|
||||||
//CurListItem.SubItems.Add(CurPkg.Version.AsString);
|
|
||||||
//CurListItem.SubItems.Add(PkgStateToString(CurPkg));
|
|
||||||
//end;
|
|
||||||
//CurListItem.Caption:=CurPkg.Name;
|
|
||||||
|
|
||||||
|
|
||||||
end.
|
end.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user