mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 16:13:28 +02:00
some Application dependecy cleanup
This commit is contained in:
parent
d385a7b8ac
commit
74a8f0059d
2 changed files with 0 additions and 6 deletions
|
@ -29,10 +29,6 @@
|
|||
#include "RenderableTextEntityItem.h"
|
||||
|
||||
|
||||
QThread* EntityTreeRenderer::getMainThread() {
|
||||
return Application::getInstance()->getEntities()->thread();
|
||||
}
|
||||
|
||||
EntityTreeRenderer::EntityTreeRenderer(bool wantScripts) :
|
||||
OctreeRenderer(),
|
||||
_wantScripts(wantScripts),
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue