forgotten debug code removed

This commit is contained in:
Uwe Rathmann 2021-12-13 16:53:18 +01:00
parent 863351e372
commit 12d857c60b
1 changed files with 0 additions and 2 deletions

View File

@ -98,8 +98,6 @@ static uint qskCreateTextureRaster( QQuickWindow* window,
painter.scale( ratio, ratio ); painter.scale( ratio, ratio );
helper->paint( &painter, size ); helper->paint( &painter, size );
image.save( "/tmp/xx.png" );
} }
const auto target = QOpenGLTexture::Target2D; const auto target = QOpenGLTexture::Target2D;