mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 12:39:29 +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
|
||||
UpdateOnePackage(PackageGraph[i]);
|
||||
FilterEdit.InvalidateFilter;
|
||||
//PkgListView.BeginUpdate;
|
||||
//PkgListView.AlphaSort;
|
||||
//PkgListView.EndUpdate;
|
||||
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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user