mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-07 11:36:18 +02:00
lazutils: clean up
git-svn-id: branches/fixes_1_4@48079 -
This commit is contained in:
parent
4c5b2aec34
commit
2ba10e8051
@ -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;
|
||||
|
||||
@ -143,11 +142,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
|
||||
|
Loading…
Reference in New Issue
Block a user