summaryrefslogtreecommitdiff
path: root/USearch.pas
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2008-10-25 17:41:13 +0200
committerTomas Bzatek <tbzatek@users.sourceforge.net>2008-10-25 17:41:13 +0200
commit045f38ef8313cd3038b7b748db1dbe4ebba4a581 (patch)
treeb6c682ef2241aa68d9fb0c859a84fc4f24d7bc75 /USearch.pas
parent03e95ee05bda9778d8b572fea7c48450d602fa70 (diff)
downloadtuxcmd-045f38ef8313cd3038b7b748db1dbe4ebba4a581.tar.xz
Kylix compatibility and cleanup
Diffstat (limited to 'USearch.pas')
-rw-r--r--USearch.pas9
1 files changed, 0 insertions, 9 deletions
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;