From f9d11120f781512469718f51b628a79dc951b4c5 Mon Sep 17 00:00:00 2001 From: Michael Alexsander Date: Wed, 8 Jan 2020 01:15:05 -0300 Subject: Minor fixes for ScriptCreateDialog --- editor/script_create_dialog.h | 1 - 1 file changed, 1 deletion(-) (limited to 'editor/script_create_dialog.h') diff --git a/editor/script_create_dialog.h b/editor/script_create_dialog.h index 4d13bc9291..91d6315a78 100644 --- a/editor/script_create_dialog.h +++ b/editor/script_create_dialog.h @@ -58,7 +58,6 @@ class ScriptCreateDialog : public ConfirmationDialog { Button *path_button; EditorFileDialog *file_browse; CheckBox *internal; - Label *internal_label; VBoxContainer *path_vb; AcceptDialog *alert; CreateDialog *select_class; -- cgit v1.2.3