From ebed71a791ea0fa2510d389c21747a4b0d52d31d Mon Sep 17 00:00:00 2001 From: Ralph Wessel Date: Wed, 16 Oct 2024 11:03:38 +0100 Subject: [PATCH] Removed unused static var from SelectionSubscriber --- SpeckleLib/Speckle/Event/Subscriber/SelectionSubscriber.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/SpeckleLib/Speckle/Event/Subscriber/SelectionSubscriber.cpp b/SpeckleLib/Speckle/Event/Subscriber/SelectionSubscriber.cpp index a428000..e6bdee0 100644 --- a/SpeckleLib/Speckle/Event/Subscriber/SelectionSubscriber.cpp +++ b/SpeckleLib/Speckle/Event/Subscriber/SelectionSubscriber.cpp @@ -35,9 +35,6 @@ namespace { } - //True if a selection change subscriber has already started (only one is required - there are no variants) -bool speckle::event::SelectionSubscriber::m_isStarted = false; - /*-------------------------------------------------------------------- Get the event subscription list