Minor cleanup of the "New Script" dialog

This commit is contained in:
Michael Alexsander
2021-07-03 23:47:43 -03:00
parent a8fb450b3c
commit 7df1bc426e
2 changed files with 33 additions and 43 deletions

View File

@ -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();