summaryrefslogtreecommitdiffstats
path: root/editor/editor_help_search.h
diff options
context:
space:
mode:
authorMewPurPur <mew.pur.pur@abv.bg>2023-08-01 20:04:28 +0300
committerMewPurPur <mew.pur.pur@gmail.com>2023-08-31 12:59:18 +0300
commit398ca4e71a78c4b58a90bdec540989367d80fa67 (patch)
tree3ab4a42f181f4fa0f8a749bb330f82003cf532d9 /editor/editor_help_search.h
parent6758a7f8c07d1f4c8ec4f052ded6d26402967ebe (diff)
downloadredot-engine-398ca4e71a78c4b58a90bdec540989367d80fa67.tar.gz
Use the gray color for all abstract classes
Diffstat (limited to 'editor/editor_help_search.h')
-rw-r--r--editor/editor_help_search.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/editor_help_search.h b/editor/editor_help_search.h
index 6e71d788e7..e8056ce6ac 100644
--- a/editor/editor_help_search.h
+++ b/editor/editor_help_search.h
@@ -122,7 +122,6 @@ class EditorHelpSearch::Runner : public RefCounted {
Vector<String> terms;
int search_flags;
- Ref<Texture2D> empty_icon;
Color disabled_color;
HashMap<String, DocData::ClassDoc>::Iterator iterator_doc;