diff options
Diffstat (limited to 'UCore.pas')
| -rw-r--r-- | UCore.pas | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -162,7 +162,6 @@ begin end; Icon := UpDirIcon.FPixbuf; ItemColor := NormalItemGDKColor; - if not Application.GTKVersion_2_0_5_Up then ListItem.SetValue(0, Data); end; ListItem.Data := Data; DataList.Add(Data); @@ -275,7 +274,6 @@ begin AssignFileType(List[i]); DataList.Add(List[i]); ListItem.Data := DataList[DataList.Count - 1]; - if not Application.GTKVersion_2_0_5_Up then ListItem.SetValue(0, List[i]); end; Time2 := Now; DebugMsg(['Fill panel: ', SecondOf(Time2 - Time1), ':', MillisecondOf(Time2 - Time1)]); |
