summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2019-07-21 13:28:08 +0300
committerMarc Mutz <marc.mutz@kdab.com>2019-07-22 07:54:15 +0000
commit7c5f56277cd0c7450a168af6188ee4753655ca31 (patch)
treeae85c028c7cd18838430c78213a8ebe55e29c5c7
parent91abded59c7d212788059e76234beeddb0bd2af7 (diff)
AssimpImporter: remove unused QMap
The variable is referenced no-where else. Change-Id: Iad385c83a1fd3de260f830bf27edabeab7f17cb5 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
-rw-r--r--src/plugins/sceneparsers/assimp/assimpimporter.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/sceneparsers/assimp/assimpimporter.h b/src/plugins/sceneparsers/assimp/assimpimporter.h
index 9a020b3e3..9d6bd73de 100644
--- a/src/plugins/sceneparsers/assimp/assimpimporter.h
+++ b/src/plugins/sceneparsers/assimp/assimpimporter.h
@@ -57,7 +57,6 @@
#include <assimp/postprocess.h>
#include <assimp/DefaultLogger.hpp>
-#include <QtCore/QMap>
#include <QtCore/QDir>
#include <QtCore/QLoggingCategory>
#include <QtCore/QVector>
@@ -139,7 +138,6 @@ private:
Assimp::Importer *m_importer;
mutable const aiScene *m_aiScene;
- QMap<uint, QAbstractTexture *> m_embeddedTextures;
QHash<aiTextureType, QString> m_textureToParameterName;
QVector<Qt3DAnimation::QKeyframeAnimation *> m_animations;
QVector<Qt3DAnimation::QMorphingAnimation *> m_morphAnimations;