mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 15:23:56 +02:00
remove unneeded code
This commit is contained in:
parent
9bd101ee2a
commit
ead200b77a
1 changed files with 0 additions and 1 deletions
|
@ -208,7 +208,6 @@ public:
|
|||
ViewFrustum* getShadowViewFrustum() { return &_shadowViewFrustum; }
|
||||
const OctreePacketProcessor& getOctreePacketProcessor() const { return _octreeProcessor; }
|
||||
EntityTreeRenderer* getEntities() { return &_entities; }
|
||||
EntityTree* getEntityTree() { return _entities.getTree(); }
|
||||
Environment* getEnvironment() { return &_environment; }
|
||||
QUndoStack* getUndoStack() { return &_undoStack; }
|
||||
MainWindow* getWindow() { return _window; }
|
||||
|
|
Loading…
Reference in a new issue