diff --git a/vcl/source/outdev/polyline.cxx b/vcl/source/outdev/polyline.cxx index b9da23e110d1..97dab0fe8062 100644 --- a/vcl/source/outdev/polyline.cxx +++ b/vcl/source/outdev/polyline.cxx @@ -234,21 +234,6 @@ void OutputDevice::ImplDrawPolyLineWithLineInfo(const Polygon& rPoly, const Line Polygon aPoly = ImplLogicToDevicePixel( rPoly ); - // #100127# LineInfo is not curve-safe, subdivide always - - // What shall this mean? It's wrong to subdivide here when the - // polygon is a fat line. In that case, the painted geometry - // WILL be much different. - // I also have no idea how this could be related to the given ID - // which reads 'consolidate boost versions' in the task description. - // Removing. - - //if( aPoly.HasFlags() ) - //{ - // aPoly = ImplSubdivideBezier( aPoly ); - // nPoints = aPoly.GetSize(); - //} - // we need a graphics if ( !mpGraphics && !ImplGetGraphics() ) return;