From c90bec36c525b6c1c016879cbcdac1d8999a52bd Mon Sep 17 00:00:00 2001 From: Bruno Date: Sat, 17 Apr 2021 14:10:42 +0200 Subject: [PATCH] clean useless ptr --- Session.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Session.h b/Session.h index 996ce83..5bb099c 100644 --- a/Session.h +++ b/Session.h @@ -138,7 +138,6 @@ protected: std::list mixing_groups_; std::map config_; std::string snapshots_; - std::list grabbers_; float fading_target_; std::mutex access_; };