Browse Source

* removed a workaround for pre 2.6.0 fpdocs

git-svn-id: trunk@24294 -
marco 12 years ago
parent
commit
4d9f1629d9
1 changed files with 0 additions and 4 deletions
  1. 0 4
      rtl/objpas/classes/classesh.inc

+ 0 - 4
rtl/objpas/classes/classesh.inc

@@ -241,12 +241,8 @@ type
     procedure SetCount(NewCount: Integer);
     procedure SetCount(NewCount: Integer);
     Procedure RaiseIndexError(Index: Integer);
     Procedure RaiseIndexError(Index: Integer);
   public
   public
-{$IFNDEF VER2_4}
-{$ifndef fpdocsystem}
     Type
     Type
       TDirection = (FromBeginning, FromEnd);
       TDirection = (FromBeginning, FromEnd);
-{$endif}
-{$ENDIF}
     destructor Destroy; override;
     destructor Destroy; override;
     Procedure AddList(AList : TFPList);
     Procedure AddList(AList : TFPList);
     function Add(Item: Pointer): Integer; {$ifdef CLASSESINLINE} inline; {$endif CLASSESINLINE}
     function Add(Item: Pointer): Integer; {$ifdef CLASSESINLINE} inline; {$endif CLASSESINLINE}