From 54aa834b7d7cd60544e5e56c962f64bd48a3c400 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Sat, 28 Apr 2018 16:20:19 +0200 Subject: Cleanup: fix compiler warnings on macOS / clang. --- source/blender/collada/AnimationExporter.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/collada') 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(); -- cgit v1.2.3