diff options
author | Michael Alexsander <michaelalexsander@protonmail.com> | 2023-09-20 23:54:51 -0300 |
---|---|---|
committer | Michael Alexsander <michaelalexsander@protonmail.com> | 2023-10-03 17:40:51 -0300 |
commit | ae91644c7393f29a056812ea3a551758398da98e (patch) | |
tree | 4efaa5dba4857ca51a92238c7f05235b8b1644e7 /editor/connections_dialog.h | |
parent | f5696c311cdb09e0a34fa4ba7ef5d2524c515b89 (diff) | |
download | redot-engine-ae91644c7393f29a056812ea3a551758398da98e.tar.gz |
Revamp how documentation tooltips work
Diffstat (limited to 'editor/connections_dialog.h')
-rw-r--r-- | editor/connections_dialog.h | 2 |
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(); |