mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 06:59:33 +01:00 
			
		
		
		
	* removed a workaround for pre 2.6.0 fpdocs
git-svn-id: trunk@24294 -
This commit is contained in:
		
							parent
							
								
									f007dc9711
								
							
						
					
					
						commit
						4d9f1629d9
					
				@ -241,12 +241,8 @@ type
 | 
			
		||||
    procedure SetCount(NewCount: Integer);
 | 
			
		||||
    Procedure RaiseIndexError(Index: Integer);
 | 
			
		||||
  public
 | 
			
		||||
{$IFNDEF VER2_4}
 | 
			
		||||
{$ifndef fpdocsystem}
 | 
			
		||||
    Type
 | 
			
		||||
      TDirection = (FromBeginning, FromEnd);
 | 
			
		||||
{$endif}
 | 
			
		||||
{$ENDIF}
 | 
			
		||||
    destructor Destroy; override;
 | 
			
		||||
    Procedure AddList(AList : TFPList);
 | 
			
		||||
    function Add(Item: Pointer): Integer; {$ifdef CLASSESINLINE} inline; {$endif CLASSESINLINE}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user