Skip to content

Commit

Permalink
remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
NEDJIMAbelgacem authored and wonder-sk committed Jan 23, 2021
1 parent a4c180a commit 1c64a73
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/3d/qgswindow3dengine.cpp
Expand Up @@ -103,10 +103,6 @@ void QgsWindow3DEngine::setSize( QSize s )
{
mSize = s;

// mTexture->setSize( mSize.width(), mSize.height() );
// mDepthTexture->setSize( mSize.width(), mSize.height() );
// mSurfaceSelector->setExternalRenderTargetSize( mSize );

mWindow3D->setWidth( mSize.width() );
mWindow3D->setHeight( mSize.height() );
mShadowRenderingFrameGraph->setSize( mSize );
Expand Down

0 comments on commit 1c64a73

Please sign in to comment.