From ceda25989f132764ffe0daca1e2694142ff2912f Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Sun, 24 Nov 2024 20:31:18 -0500 Subject: Fix missed tags navigation requests via doubleClick actions. --- ui/taglist.h | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/taglist.h b/ui/taglist.h index c5828f28..e5b9f177 100644 --- a/ui/taglist.h +++ b/ui/taglist.h @@ -150,7 +150,6 @@ class BINARYNINJAUIAPI TagList : public QTreeView, public FilterTarget QTimer* m_hoverTimer; QPoint m_hoverPos; - uint64_t m_curRefTarget = 0; bool m_navToNextOrPrevStarted = false; protected: -- cgit v1.3.1