some Application dependecy cleanup

This commit is contained in:
ZappoMan 2014-12-16 15:43:24 -08:00
parent d385a7b8ac
commit 74a8f0059d
2 changed files with 0 additions and 6 deletions

View file

@ -29,10 +29,6 @@
#include "RenderableTextEntityItem.h"
QThread* EntityTreeRenderer::getMainThread() {
return Application::getInstance()->getEntities()->thread();
}
EntityTreeRenderer::EntityTreeRenderer(bool wantScripts) :
OctreeRenderer(),
_wantScripts(wantScripts),

View file

@ -57,8 +57,6 @@ public:
/// clears the tree
virtual void clear();
static QThread* getMainThread();
/// if a renderable entity item needs a model, we will allocate it for them
Q_INVOKABLE Model* allocateModel(const QString& url);