From ead200b77aa558b6d4bbd73a6f6f4e3e3efb9b0d Mon Sep 17 00:00:00 2001 From: Seth Alves Date: Mon, 11 May 2015 12:03:10 -0700 Subject: [PATCH] remove unneeded code --- interface/src/Application.h | 1 - 1 file changed, 1 deletion(-) diff --git a/interface/src/Application.h b/interface/src/Application.h index da4a61649e..09edaba341 100644 --- a/interface/src/Application.h +++ b/interface/src/Application.h @@ -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; }