lazutils: clean up

git-svn-id: trunk@48078 -
This commit is contained in:
mattias 2015-03-01 13:55:40 +00:00
parent 61c2952174
commit 3584c167ee

View File

@ -17,7 +17,6 @@ type
public
constructor Create(const AFileName: string; Mode: Word);
constructor Create(const AFileName: string; Mode: Word; Rights: Cardinal);
destructor Destroy; override;
property FileName: string Read FFilename;
end;
@ -149,11 +148,6 @@ begin
THandleStream(Self).Create(lHandle);
end;
destructor TFileStreamUTF8.Destroy;
begin
FileClose(Handle);
end;
function TStringListUTF8.DoCompareText(const s1, s2: string): PtrInt;
begin
if CaseSensitive then