diff options
Diffstat (limited to 'USearch.pas')
| -rw-r--r-- | USearch.pas | 9 |
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; |
