From 07fac8b5f590f31f879dda36ecd7e943ae63f97c Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Thu, 21 Nov 2024 12:32:17 -0500 Subject: Document next step to improve Tags UI performance. --- ui/taglist.h | 1 - 1 file changed, 1 deletion(-) 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 m_tagTypeIds; std::unordered_map m_tagTypeCounts; TagStorage m_tagStorage; TagTypeIndices m_tagTypeIndices; -- cgit v1.3.1