Minor cleanup of the "New Script" dialog
This commit is contained in:
@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user