diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2020-02-23 22:52:27 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2020-02-23 23:48:44 +0100 |
commit | 15e6a82faff0bf9a08def1e46f2e9a8c4e0ac3ea (patch) | |
tree | 6487a09bb31bed8cc54a420d0923912f1a252dbd /editor/plugins/particles_editor_plugin.h | |
parent | 220c8e834403006b2511e2af3c1b23942791f3e8 (diff) | |
download | redot-engine-15e6a82faff0bf9a08def1e46f2e9a8c4e0ac3ea.tar.gz |
Signals: Fix invalid connections to missing callbacks
These bugs existed since those lines were added, so I assume that
their intended use is no longer relevant.
Diffstat (limited to 'editor/plugins/particles_editor_plugin.h')
-rw-r--r-- | editor/plugins/particles_editor_plugin.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editor/plugins/particles_editor_plugin.h b/editor/plugins/particles_editor_plugin.h index 5419b7d3d5..fb5ce17560 100644 --- a/editor/plugins/particles_editor_plugin.h +++ b/editor/plugins/particles_editor_plugin.h @@ -46,7 +46,6 @@ protected: MenuButton *options; HBoxContainer *particles_editor_hb; - EditorFileDialog *emission_file_dialog; SceneTreeDialog *emission_tree_dialog; ConfirmationDialog *emission_dialog; @@ -77,7 +76,6 @@ class ParticlesEditor : public ParticlesEditorBase { MENU_OPTION_GENERATE_AABB, MENU_OPTION_CREATE_EMISSION_VOLUME_FROM_NODE, - MENU_OPTION_CREATE_EMISSION_VOLUME_FROM_MESH, MENU_OPTION_CLEAR_EMISSION_VOLUME, MENU_OPTION_CONVERT_TO_CPU_PARTICLES, MENU_OPTION_RESTART, |