瀏覽代碼

* removed a workaround for pre 2.6.0 fpdocs

git-svn-id: trunk@24294 -
marco 12 年之前
父節點
當前提交
4d9f1629d9
共有 1 個文件被更改,包括 0 次插入4 次删除
  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 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}