summaryrefslogtreecommitdiffstats
path: root/editor/script_create_dialog.h
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2021-07-04 09:36:27 +0200
committerGitHub <noreply@github.com>2021-07-04 09:36:27 +0200
commit409d5aa57ec2ed1ba5e23840b7fc573289bd4501 (patch)
tree2fe70890c5f93a7e89b06b6b6219944de7c8da4f /editor/script_create_dialog.h
parent8838e3d3d4ed786ab0faa6082b97dd762831535e (diff)
parent7df1bc426e3f0040738eec3a2d7a2ab23bfb20e9 (diff)
downloadredot-engine-409d5aa57ec2ed1ba5e23840b7fc573289bd4501.tar.gz
Merge pull request #50145 from YeldhamDev/script_create_diag_cleanup
Minor cleanup of the "New Script" dialog
Diffstat (limited to 'editor/script_create_dialog.h')
-rw-r--r--editor/script_create_dialog.h2
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();