mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 19:53:30 +02:00
removed some dead code
This commit is contained in:
parent
1707025bd0
commit
af1b69d8a1
1 changed files with 0 additions and 6 deletions
|
@ -64,12 +64,6 @@ public:
|
|||
/// clears the tree
|
||||
virtual void clear();
|
||||
|
||||
//Q_INVOKABLE Model* getModel(const ModelEntityItem* modelEntityItem);
|
||||
|
||||
// renderers for various types of entities
|
||||
void renderEntityTypeBox(EntityItem* entity, RenderArgs* args);
|
||||
void renderEntityTypeModel(EntityItem* entity, RenderArgs* args);
|
||||
|
||||
static QThread* getMainThread();
|
||||
|
||||
/// if a renderable entity item needs a model, we will allocate it for them
|
||||
|
|
Loading…
Reference in a new issue