aboutsummaryrefslogtreecommitdiff
path: root/editor/editor_help.h
diff options
context:
space:
mode:
authorPoommetee Ketson2017-05-28 19:40:13 +0700
committerPoommetee Ketson2017-05-31 23:54:54 +0700
commitef7d1b1571a2eab21fb7b3e0652d0b90f10420c8 (patch)
treeed66ec91a408138f466cda34389ea65cb116b5c1 /editor/editor_help.h
parentd82cc20c2a6382697b02eb5c376266e119e8b047 (diff)
downloadgodot-ef7d1b1571a2eab21fb7b3e0652d0b90f10420c8.tar.gz
godot-ef7d1b1571a2eab21fb7b3e0652d0b90f10420c8.tar.zst
godot-ef7d1b1571a2eab21fb7b3e0652d0b90f10420c8.zip
Diffstat (limited to 'editor/editor_help.h')
-rw-r--r--editor/editor_help.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/editor/editor_help.h b/editor/editor_help.h
index d6fc0e3bf..46d83490f 100644
--- a/editor/editor_help.h
+++ b/editor/editor_help.h
@@ -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;