From 045f38ef8313cd3038b7b748db1dbe4ebba4a581 Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Sat, 25 Oct 2008 17:41:13 +0200 Subject: Kylix compatibility and cleanup --- USearch.pas | 9 --------- 1 file changed, 9 deletions(-) (limited to 'USearch.pas') diff --git a/USearch.pas b/USearch.pas index 74c45d8..1c319d9 100644 --- a/USearch.pas +++ b/USearch.pas @@ -106,15 +106,6 @@ implementation uses Math, UMain, ULocale, UCoreUtils, UCore, DateUtils, UViewer, UConfig, UVFSCore; -type TFileListItem = class - CRC: LongWord; - MD5: string; - Name, FullPath: string; - Status: byte; - IsMD5: boolean; - Size: Int64; - end; - var SizeUnits: array[0..2] of string; DayUnits: array[0..3] of string; -- cgit v1.2.3