diff options
| author | Brian Potchik <brian@vector35.com> | 2024-11-21 12:32:17 -0500 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2024-11-21 12:32:17 -0500 |
| commit | 07fac8b5f590f31f879dda36ecd7e943ae63f97c (patch) | |
| tree | e5a6f1c096212a71d80d9698e597698d1406a60a | |
| parent | 7f1a310c19c8137c623b609559f7fc5b313aa086 (diff) | |
Document next step to improve Tags UI performance.
| -rw-r--r-- | ui/taglist.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/taglist.h b/ui/taglist.h index 516cfc31..c5828f28 100644 --- a/ui/taglist.h +++ b/ui/taglist.h @@ -36,7 +36,6 @@ protected: BinaryViewRef m_data; NotificationsDispatcher* m_dispatcher = nullptr; TagTypeStorage m_tagTypes; - std::vector<std::string> m_tagTypeIds; std::unordered_map<std::string, uint64_t> m_tagTypeCounts; TagStorage m_tagStorage; TagTypeIndices m_tagTypeIndices; |
