Minor cleanup of the "New Script" dialog
This commit is contained in:
parent
a8fb450b3c
commit
7df1bc426e
2 changed files with 33 additions and 43 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue