Remove empty constructors and destructors from editor/
This commit is contained in:
@ -324,6 +324,5 @@ public:
|
||||
// Returns the map of selected objects and their metadata.
|
||||
HashMap<Node *, Object *> &get_selection() { return selection; }
|
||||
|
||||
EditorSelection();
|
||||
~EditorSelection();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user