summaryrefslogtreecommitdiffstats
path: root/editor/connections_dialog.h
diff options
context:
space:
mode:
authorMichael Alexsander <michaelalexsander@protonmail.com>2023-09-20 23:54:51 -0300
committerMichael Alexsander <michaelalexsander@protonmail.com>2023-10-03 17:40:51 -0300
commitae91644c7393f29a056812ea3a551758398da98e (patch)
tree4efaa5dba4857ca51a92238c7f05235b8b1644e7 /editor/connections_dialog.h
parentf5696c311cdb09e0a34fa4ba7ef5d2524c515b89 (diff)
downloadredot-engine-ae91644c7393f29a056812ea3a551758398da98e.tar.gz
Revamp how documentation tooltips work
Diffstat (limited to 'editor/connections_dialog.h')
-rw-r--r--editor/connections_dialog.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/editor/connections_dialog.h b/editor/connections_dialog.h
index b07b08ecc7..7316a770ec 100644
--- a/editor/connections_dialog.h
+++ b/editor/connections_dialog.h
@@ -231,8 +231,6 @@ class ConnectionsDock : public VBoxContainer {
PopupMenu *slot_menu = nullptr;
LineEdit *search_box = nullptr;
- HashMap<StringName, HashMap<StringName, String>> descr_cache;
-
void _filter_changed(const String &p_text);
void _make_or_edit_connection();