Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
remove unused member variable
  • Loading branch information
NEDJIMAbelgacem authored and wonder-sk committed Dec 3, 2020
1 parent 2722161 commit 3cc478c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/3d/qgspointcloudlayerchunkloader_p.cpp
Expand Up @@ -57,7 +57,6 @@ QgsPointCloud3DGeometry::QgsPointCloud3DGeometry( Qt3DCore::QNode *parent, const
#endif
, mByteStride( symbol->byteStride() )
, mRenderingStyle( symbol->renderingStyle() )
, mSymbol( symbol )
{
mPositionAttribute->setAttributeType( Qt3DRender::QAttribute::VertexAttribute );
mPositionAttribute->setBuffer( mVertexBuffer );
Expand Down
1 change: 0 additions & 1 deletion src/3d/qgspointcloudlayerchunkloader_p.h
Expand Up @@ -108,7 +108,6 @@ class QgsPointCloud3DGeometry: public Qt3DRender::QGeometry

unsigned int mByteStride = 16;
QgsPointCloud3DSymbol::RenderingStyle mRenderingStyle;
QgsPointCloud3DSymbol *mSymbol = nullptr;
};

/**
Expand Down

0 comments on commit 3cc478c

Please sign in to comment.