Remove implemented TODO marker
This commit is contained in:
parent
910ba17444
commit
a352a0e6a8
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue