diff options
author | Michael Alexsander <michaelalexsander@protonmail.com> | 2021-07-03 23:47:43 -0300 |
---|---|---|
committer | Michael Alexsander <michaelalexsander@protonmail.com> | 2021-07-04 00:06:46 -0300 |
commit | 7df1bc426e3f0040738eec3a2d7a2ab23bfb20e9 (patch) | |
tree | 56a755e299c3f383a062fb80a6f6daadea1bf912 /editor/script_create_dialog.h | |
parent | a8fb450b3ce568fa8e3c9c013821f9046b9a0396 (diff) | |
download | redot-engine-7df1bc426e3f0040738eec3a2d7a2ab23bfb20e9.tar.gz |
Minor cleanup of the "New Script" dialog
Diffstat (limited to 'editor/script_create_dialog.h')
-rw-r--r-- | editor/script_create_dialog.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editor/script_create_dialog.h b/editor/script_create_dialog.h index a020be0478..7c2ef1e150 100644 --- a/editor/script_create_dialog.h +++ b/editor/script_create_dialog.h @@ -45,7 +45,6 @@ class CreateDialog; class ScriptCreateDialog : public ConfirmationDialog { GDCLASS(ScriptCreateDialog, ConfirmationDialog); - GridContainer *gc; LineEdit *class_name; Label *error_label; Label *path_error_label; @@ -127,7 +126,6 @@ class ScriptCreateDialog : public ConfirmationDialog { void _update_dialog(); protected: - void _theme_changed(); void _notification(int p_what); static void _bind_methods(); |