Remove implemented TODO marker

icc-effect-5.14.5
Martin Gräßlin 2010-12-11 11:11:20 +01:00
parent 910ba17444
commit a352a0e6a8
1 changed files with 0 additions and 1 deletions

View File

@ -1563,7 +1563,6 @@ void GLVertexBufferPrivate::corePainting( const QRegion& region, GLenum primitiv
glVertexAttribPointer( texAttrib, 2, GL_FLOAT, GL_FALSE, 0, 0 );
}
// TODO: reenable paint clipper
// Clip using scissoring
PaintClipper pc( region );
for( PaintClipper::Iterator iterator;