* removed a workaround for pre 2.6.0 fpdocs

git-svn-id: trunk@24294 -
This commit is contained in:
marco 2013-04-21 21:33:10 +00:00
parent f007dc9711
commit 4d9f1629d9

View File

@ -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}