diff options
| author | Juan Linietsky | 2016-01-17 20:03:57 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2016-01-17 20:03:57 -0300 |
| commit | 74a48a0140262ebd3a818a75b7d102cf0fe2eeae (patch) | |
| tree | 6789b64b2df5bbf81d519a4d4d70d1e9f0c35655 /tools/editor/plugins/script_editor_plugin.h | |
| parent | 72fcb8a35beab251d01864bc67da3e3a8e75aed6 (diff) | |
| download | godot-74a48a0140262ebd3a818a75b7d102cf0fe2eeae.tar.gz godot-74a48a0140262ebd3a818a75b7d102cf0fe2eeae.tar.zst godot-74a48a0140262ebd3a818a75b7d102cf0fe2eeae.zip | |
-Massive editor dialog cleanup
-Added a bottom menu list
Diffstat (limited to 'tools/editor/plugins/script_editor_plugin.h')
| -rw-r--r-- | tools/editor/plugins/script_editor_plugin.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/editor/plugins/script_editor_plugin.h b/tools/editor/plugins/script_editor_plugin.h index b829d4e0e..c52da41a4 100644 --- a/tools/editor/plugins/script_editor_plugin.h +++ b/tools/editor/plugins/script_editor_plugin.h @@ -212,8 +212,6 @@ class ScriptEditor : public VBoxContainer { Tree *disk_changed_list; ConfirmationDialog *disk_changed; - VSplitContainer *v_split; - bool restoring_layout; String _get_debug_tooltip(const String&p_text,Node *_ste); |
