mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-03 17:30:04 -05:00
General code cleanup
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user