diff options
author | Michael Alexsander <michaelalexsander@protonmail.com> | 2020-01-08 01:15:05 -0300 |
---|---|---|
committer | Michael Alexsander <michaelalexsander@protonmail.com> | 2020-01-08 02:02:34 -0300 |
commit | f9d11120f781512469718f51b628a79dc951b4c5 (patch) | |
tree | 8c3b2f1acc53559791d0882094680587ef439ef3 /editor/script_create_dialog.h | |
parent | 83fe471c3b3e62773438256a4ab01b83cf292c52 (diff) | |
download | redot-engine-f9d11120f781512469718f51b628a79dc951b4c5.tar.gz |
Minor fixes for ScriptCreateDialog
Diffstat (limited to 'editor/script_create_dialog.h')
-rw-r--r-- | editor/script_create_dialog.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/script_create_dialog.h b/editor/script_create_dialog.h index 4d13bc9291..91d6315a78 100644 --- a/editor/script_create_dialog.h +++ b/editor/script_create_dialog.h @@ -58,7 +58,6 @@ class ScriptCreateDialog : public ConfirmationDialog { Button *path_button; EditorFileDialog *file_browse; CheckBox *internal; - Label *internal_label; VBoxContainer *path_vb; AcceptDialog *alert; CreateDialog *select_class; |