Cleanup: collada had own defined Global (why?)

Wasn't needed and made linking fail here
This commit is contained in:
Campbell Barton 2015-03-03 14:49:43 +11:00
parent 6856ea0642
commit 6d5ab8fdb7
2 changed files with 0 additions and 3 deletions

View File

@ -24,8 +24,6 @@
#include "AnimationExporter.h"
#include "MaterialExporter.h"
Global G;
template<class Functor>
void forEachObjectInExportSet(Scene *sce, Functor &f, LinkNode *export_set)
{

View File

@ -51,7 +51,6 @@ extern "C"
#include "BKE_object.h"
#include "BKE_constraint.h"
#include "BIK_api.h"
#include "BKE_global.h"
#include "ED_object.h"
}