diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-10-22 12:59:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-22 12:59:32 +0200 |
commit | 9f7218eb69a3a1c09c652e9064573bffd71bdc02 (patch) | |
tree | 44cd834f963ea66d5f504638a1bc64b987c581e3 /editor/editor_path.h | |
parent | 6ef38d2f2f29adb163934bfc690dca976d359851 (diff) | |
parent | 87a4ba492ee4f4a055dfff5afacf48dd4e62e839 (diff) |
Merge pull request #54088 from madmiraal/remove-unimplemented-methods
Diffstat (limited to 'editor/editor_path.h')
-rw-r--r-- | editor/editor_path.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/editor_path.h b/editor/editor_path.h index cabfa931d6..07f8b7244e 100644 --- a/editor/editor_path.h +++ b/editor/editor_path.h @@ -47,7 +47,6 @@ class EditorPath : public Button { PopupMenu *sub_objects_menu; Vector<ObjectID> objects; - EditorPath(); void _show_popup(); void _id_pressed(int p_idx); |