diff options
| author | Brian Potchik <brian@vector35.com> | 2024-07-19 14:05:08 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2024-07-19 14:05:08 -0400 |
| commit | 04b58f9cbcc4c4f6bb75ddb13225c2dcfb3d989e (patch) | |
| tree | e5b685f10aa8e6cbadb9aa325e55345c2ab37b3b | |
| parent | 5fc08034ea071119c5407898c81d0aa012512430 (diff) | |
Process feature map menu actions more efficiently.
| -rw-r--r-- | ui/featuremap.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/featuremap.h b/ui/featuremap.h index e3040831..f17d5981 100644 --- a/ui/featuremap.h +++ b/ui/featuremap.h @@ -46,7 +46,6 @@ class BINARYNINJAUIAPI FeatureMap : public QWidget, public BinaryNinja::BinaryDa SplitPaneWidget* m_owner = nullptr; BinaryViewRef m_data; std::unique_ptr<NotificationsDispatcher> m_dispatcher = nullptr; - bool m_requestMappedRegionUpdate = false; bool m_updatesPending = false; QTimer* m_updateTimer = nullptr; |
