Skip to content

Commit 76d88d9

Browse files
committed
PenLayerPainter: Remove FBO format
1 parent 0bc605a commit 76d88d9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/penlayerpainter.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ void PenLayerPainter::paint(QNanoPainter *painter)
2424
// Custom FBO - only used for testing
2525
QOpenGLFramebufferObject *targetFbo = m_targetFbo ? m_targetFbo : framebufferObject();
2626

27-
QOpenGLFramebufferObjectFormat format;
28-
format.setAttachment(QOpenGLFramebufferObject::CombinedDepthStencil);
29-
3027
// Blit the FBO to the item FBO
3128
QOpenGLFramebufferObject::blitFramebuffer(targetFbo, m_fbo);
3229
}

0 commit comments

Comments
 (0)