General code cleanup

This commit is contained in:
Alexander Bock
2014-12-09 18:36:23 +01:00
parent 61ec72d9a0
commit 82c42cb97a
17 changed files with 57 additions and 72 deletions
@@ -84,11 +84,6 @@ public:
*/
void render(const RenderData& data);
/*
* Prints the SceneGraph tree. For debugging purposes
*/
void printChildren() const;
/*
* Returns the root SceneGraphNode
*/
@@ -78,8 +78,6 @@ public:
SceneGraphNode* childNode(const std::string& name);
void print() const;
const PerformanceRecord& performanceRecord() const { return _performanceRecord; }
void setRenderable(Renderable* renderable);