Browse Source

* killed a ver2_4 exception

git-svn-id: trunk@26410 -
marco 11 years ago
parent
commit
67e64e8be3
1 changed files with 0 additions and 5 deletions
  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;