1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-05 17:15:09 +00:00

Minor fixes for ScriptCreateDialog

This commit is contained in:
Michael Alexsander
2020-01-08 01:15:05 -03:00
parent 83fe471c3b
commit f9d11120f7
4 changed files with 9 additions and 11 deletions

View File

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