mirror of
				https://gitlab.com/freepascal.org/lazarus/lazarus.git
				synced 2025-10-31 01:04:50 +01:00 
			
		
		
		
	lazutils: clean up
git-svn-id: trunk@48078 -
This commit is contained in:
		
							parent
							
								
									61c2952174
								
							
						
					
					
						commit
						3584c167ee
					
				| @ -17,7 +17,6 @@ type | |||||||
|   public |   public | ||||||
|     constructor Create(const AFileName: string; Mode: Word); |     constructor Create(const AFileName: string; Mode: Word); | ||||||
|     constructor Create(const AFileName: string; Mode: Word; Rights: Cardinal); |     constructor Create(const AFileName: string; Mode: Word; Rights: Cardinal); | ||||||
|     destructor Destroy; override; |  | ||||||
|     property FileName: string Read FFilename; |     property FileName: string Read FFilename; | ||||||
|   end; |   end; | ||||||
| 
 | 
 | ||||||
| @ -149,11 +148,6 @@ begin | |||||||
|     THandleStream(Self).Create(lHandle); |     THandleStream(Self).Create(lHandle); | ||||||
| end; | end; | ||||||
| 
 | 
 | ||||||
| destructor TFileStreamUTF8.Destroy; |  | ||||||
| begin |  | ||||||
|   FileClose(Handle); |  | ||||||
| end; |  | ||||||
| 
 |  | ||||||
| function TStringListUTF8.DoCompareText(const s1, s2: string): PtrInt; | function TStringListUTF8.DoCompareText(const s1, s2: string): PtrInt; | ||||||
| begin | begin | ||||||
|   if CaseSensitive then |   if CaseSensitive then | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 mattias
						mattias