mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Remove unimplemented methods
This commit is contained in:
parent
8688b97dda
commit
87a4ba492e
66 changed files with 2 additions and 171 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue