[Bf-blender-cvs] [3db6a1744b5] collada: Cleanup Collada: Removed unneeded Constructor

Gaia Clary noreply at git.blender.org
Tue Apr 17 22:38:22 CEST 2018


Commit: 3db6a1744b546e081b7c6c93246d6a4d2cf0c463
Author: Gaia Clary
Date:   Tue Apr 17 17:45:44 2018 +0200
Branches: collada
https://developer.blender.org/rB3db6a1744b546e081b7c6c93246d6a4d2cf0c463

Cleanup Collada: Removed unneeded Constructor

===================================================================

M	source/blender/collada/BCAnimationSampler.cpp
M	source/blender/collada/BCAnimationSampler.h

===================================================================

diff --git a/source/blender/collada/BCAnimationSampler.cpp b/source/blender/collada/BCAnimationSampler.cpp
index 3826e30ce3b..5976b05d77d 100644
--- a/source/blender/collada/BCAnimationSampler.cpp
+++ b/source/blender/collada/BCAnimationSampler.cpp
@@ -50,11 +50,6 @@ extern "C" {
 static std::string EMPTY_STRING;
 static BCAnimationCurveMap BCEmptyAnimationCurves;
 
-BCAnimationSampler::BCAnimationSampler()
-{
-	// Nothing to do here
-}
-
 BCAnimationSampler::~BCAnimationSampler()
 {
 	BCAnimationObjectMap::iterator it;
diff --git a/source/blender/collada/BCAnimationSampler.h b/source/blender/collada/BCAnimationSampler.h
index abf34c65931..8a4be8026e4 100644
--- a/source/blender/collada/BCAnimationSampler.h
+++ b/source/blender/collada/BCAnimationSampler.h
@@ -156,7 +156,6 @@ private:
 
 public:
 
-	BCAnimationSampler();
 	~BCAnimationSampler();
 
 	void add_object(Object *ob);



More information about the Bf-blender-cvs mailing list