summaryrefslogtreecommitdiffstats
path: root/editor/script_create_dialog.h
diff options
context:
space:
mode:
authorMichael Alexsander <michaelalexsander@protonmail.com>2020-01-08 01:15:05 -0300
committerMichael Alexsander <michaelalexsander@protonmail.com>2020-01-08 02:02:34 -0300
commitf9d11120f781512469718f51b628a79dc951b4c5 (patch)
tree8c3b2f1acc53559791d0882094680587ef439ef3 /editor/script_create_dialog.h
parent83fe471c3b3e62773438256a4ab01b83cf292c52 (diff)
downloadredot-engine-f9d11120f781512469718f51b628a79dc951b4c5.tar.gz
Minor fixes for ScriptCreateDialog
Diffstat (limited to 'editor/script_create_dialog.h')
-rw-r--r--editor/script_create_dialog.h1
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;