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:
authorGaia Clary <gaia.clary@machinimatrix.org>2018-02-27 19:08:40 +0300
committerGaia Clary <gaia.clary@machinimatrix.org>2018-02-27 19:08:40 +0300
commit05b5958a7a3bc112695bb9f63728260d595a51f4 (patch)
treeeb32e047c9075f2ef3248d1ffa1cf6316d8e628f /source/blender/collada/AnimationExporter.h
parentd1f0bdd3377e2427aac3604e9f9963efedfa51d3 (diff)
Collada: Remove obsolete code
Diffstat (limited to 'source/blender/collada/AnimationExporter.h')
-rw-r--r--source/blender/collada/AnimationExporter.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/collada/AnimationExporter.h b/source/blender/collada/AnimationExporter.h
index 52b46353528..a739b2b6cbe 100644
--- a/source/blender/collada/AnimationExporter.h
+++ b/source/blender/collada/AnimationExporter.h
@@ -200,6 +200,5 @@ protected:
bool validateConstraints(bConstraint *con);
- //void calc_obmat_at_time(Object *ob, float ctime);
};