remove unused mTransform

This commit is contained in:
NEDJIMAbelgacem 2020-11-10 15:39:26 +01:00
parent ed363ab20b
commit 810dc369f1
3 changed files with 1 additions and 8 deletions

View File

@ -647,7 +647,7 @@ Emitted when the maximum terrain screen error has changed
Emitted when the maximum terrain ground error has changed
%End
void terrainElevationOffsetChanged();
void terrainElevationOffsetChanged( float newElevation );
%Docstring
Emitted when the terrain elevation offset is changed

View File

@ -13,7 +13,6 @@
class QgsVectorLayer3DRendererMetadata : Qgs3DRendererAbstractMetadata
{
%Docstring

View File

@ -31,11 +31,6 @@
class QgsVectorLayer;
namespace Qt3DCore
{
class QTransform;
}
/**
* \ingroup core
* Metadata for vector layer 3D renderer to allow creation of its instances from XML
@ -81,7 +76,6 @@ class _3D_EXPORT QgsVectorLayer3DRenderer : public QgsAbstractVectorLayer3DRende
private:
std::unique_ptr<QgsAbstract3DSymbol> mSymbol; //!< 3D symbol that defines appearance
Qt3DCore::QTransform *mTransform = nullptr;
private:
#ifdef SIP_RUN