remove unneeded code

This commit is contained in:
Seth Alves 2015-05-11 12:03:10 -07:00
parent 9bd101ee2a
commit ead200b77a

View file

@ -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; }