소스 검색

* killed a ver2_4 exception

git-svn-id: trunk@26410 -
marco 11 년 전
부모
커밋
67e64e8be3
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 5
      rtl/objpas/classes/classesh.inc

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

@@ -215,11 +215,6 @@ Type
     property Current: Pointer read GetCurrent;
   end;
 
-{$ifdef VER2_4}
-type
-  TDirection = (FromBeginning, FromEnd);
-{$endif}
-
   TFPList = class(TObject)
   private
     FList: PPointerList;