diff --git a/client/controller.hpp b/client/controller.hpp index fd91c76c..51af5aae 100644 --- a/client/controller.hpp +++ b/client/controller.hpp @@ -74,7 +74,6 @@ private: boost::asio::steady_timer timer_; ClientSettings settings_; std::string meta_callback_; - std::atomic active_; SampleFormat sampleFormat_; std::unique_ptr clientConnection_; std::shared_ptr stream_;