summaryrefslogtreecommitdiffstats
path: root/src/plugins/sceneparsers/assimp/assimpparser_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/sceneparsers/assimp/assimpparser_p.h')
-rw-r--r--src/plugins/sceneparsers/assimp/assimpparser_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/sceneparsers/assimp/assimpparser_p.h b/src/plugins/sceneparsers/assimp/assimpparser_p.h
index d24472522..b0267d472 100644
--- a/src/plugins/sceneparsers/assimp/assimpparser_p.h
+++ b/src/plugins/sceneparsers/assimp/assimpparser_p.h
@@ -85,7 +85,6 @@ public:
private:
static bool isAssimpPath(const QString &path);
static QStringList assimpSupportedFormats();
- static QMatrix4x4 aiMatrix4x4ToQMatrix4x4(const aiMatrix4x4 &matrix);
QEntity *node(aiNode *node);