Remove unimplemented methods

This commit is contained in:
Marcel Admiraal 2021-10-21 17:26:51 +01:00
parent 8688b97dda
commit 87a4ba492e
66 changed files with 2 additions and 171 deletions

View file

@ -46,7 +46,6 @@ class ReparentDialog : public ConfirmationDialog {
SceneTreeEditor *tree;
CheckBox *keep_transform;
void update_tree();
void _reparent();
void _cancel();
@ -56,7 +55,6 @@ protected:
public:
void set_current(const Set<Node *> &p_selection);
String get_selected_type();
ReparentDialog();
~ReparentDialog();