EditorHelp: Help>Class now switch to script editor

This commit is contained in:
Poommetee Ketson
2017-05-28 19:40:13 +07:00
parent d82cc20c2a
commit ef7d1b1571
2 changed files with 4 additions and 10 deletions

View File

@ -49,7 +49,6 @@ class EditorHelpSearch : public ConfirmationDialog {
GDCLASS(EditorHelpSearch, ConfirmationDialog)
EditorNode *editor;
LineEdit *search_box;
Tree *search_options;
String base_type;
@ -119,7 +118,6 @@ class EditorHelp : public VBoxContainer {
String edited_class;
EditorNode *editor;
Map<String, int> method_line;
Map<String, int> signal_line;
Map<String, int> property_line;