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:
authorCampbell Barton <ideasman42@gmail.com>2015-03-03 06:49:43 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-03-03 07:07:19 +0300
commit6d5ab8fdb7414e0619b87cacfc33d5fc8ff5bdc2 (patch)
tree3667f87d568f0029c4e302f303853de7095321a3 /source/blender/collada/AnimationExporter.cpp
parent6856ea06425357921bd9a7e5089c2f2adbf1413a (diff)
Cleanup: collada had own defined Global (why?)
Wasn't needed and made linking fail here
Diffstat (limited to 'source/blender/collada/AnimationExporter.cpp')
-rw-r--r--source/blender/collada/AnimationExporter.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/collada/AnimationExporter.cpp b/source/blender/collada/AnimationExporter.cpp
index 9077db524db..de4e29a7d48 100644
--- a/source/blender/collada/AnimationExporter.cpp
+++ b/source/blender/collada/AnimationExporter.cpp
@@ -24,8 +24,6 @@
#include "AnimationExporter.h"
#include "MaterialExporter.h"
-Global G;
-
template<class Functor>
void forEachObjectInExportSet(Scene *sce, Functor &f, LinkNode *export_set)
{