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
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2018-04-28 17:20:19 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2018-04-28 17:28:19 +0300
commit54aa834b7d7cd60544e5e56c962f64bd48a3c400 (patch)
tree9e13d92e145e365e1a6a077cedb73da73c6cdacc /source/blender/collada
parentbf75b248180e5f7411fa27cdc89d7d1f07f7735c (diff)
Cleanup: fix compiler warnings on macOS / clang.
Diffstat (limited to 'source/blender/collada')
-rw-r--r--source/blender/collada/AnimationExporter.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/collada/AnimationExporter.cpp b/source/blender/collada/AnimationExporter.cpp
index 439f48897f6..a3e26451a38 100644
--- a/source/blender/collada/AnimationExporter.cpp
+++ b/source/blender/collada/AnimationExporter.cpp
@@ -38,7 +38,6 @@ bool AnimationExporter::exportAnimations(Scene *sce)
{
bool has_animations = hasAnimations(sce);
if (has_animations) {
- this->depsgraph = depsgraph;
this->scene = sce;
openLibrary();