Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorGaia Clary <gaia.clary@machinimatrix.org>2019-08-25 20:37:54 +0300
committerGaia Clary <gaia.clary@machinimatrix.org>2019-08-25 20:38:12 +0300
commitde0fc96dfeb9fca732a9fea2532eeee3c9ded842 (patch)
tree792a809029b8d8743be665a60812dcdc84d0736c /source
parent2f1604cef767988067b1b6c96e51d8d191fe899f (diff)
cleanup: collada: removed unused public class variable
Diffstat (limited to 'source')
-rw-r--r--source/blender/collada/GeometryExporter.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/collada/GeometryExporter.h b/source/blender/collada/GeometryExporter.h
index 55f7251c538..8c7a38fc407 100644
--- a/source/blender/collada/GeometryExporter.h
+++ b/source/blender/collada/GeometryExporter.h
@@ -56,8 +56,6 @@ class GeometryExporter : COLLADASW::LibraryGeometries {
unsigned int v1, v2, v3, v4;
};
- Normal n;
-
public:
/* TODO: optimize UV sets by making indexed list with duplicates removed */
GeometryExporter(BlenderContext &blender_context,