no longer needed, moved to painter test folder

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14729 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2005-11-07 01:13:12 +00:00
parent f9129d56a7
commit a38aedd980
2 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ ShapeConverter::IterateLineTo(int32 lineCount, BPoint* linePts)
status_t
ShapeConverter::IterateBezierTo(int32 bezierCount, BPoint* bezierPts)
{
bezierCount /= 3;
while (bezierCount--) {
double x1 = bezierPts[0].x;