MG: removed hint

git-svn-id: trunk@1834 -
This commit is contained in:
lazarus 2002-08-08 18:21:25 +00:00
parent c41c7d6a86
commit b9eaded5b7

View File

@ -419,11 +419,10 @@ Procedure BezierArcPoints(X, Y, Width, Height : Longint; Angle1, Angle2,
Rotation : Extended; var Points : PPoint; var Count : Longint);
var
B : TBezier;
I : Integer;
begin
If ABS(Angle2) > 90*16 then begin
PolyBezierArcPoints(X, Y, Width, Height, Angle1, Angle2, Rotation,
Points, Count);
PolyBezierArcPoints(X, Y, Width, Height, Angle1, Angle2, Rotation, Points,
Count);
Exit;
end;
If Angle2 = 0 then