clean useless ptr

This commit is contained in:
Bruno
2021-04-17 14:10:42 +02:00
parent c1415b021a
commit c90bec36c5

View File

@@ -138,7 +138,6 @@ protected:
std::list<MixingGroup *> mixing_groups_; std::list<MixingGroup *> mixing_groups_;
std::map<View::Mode, Group*> config_; std::map<View::Mode, Group*> config_;
std::string snapshots_; std::string snapshots_;
std::list<FrameGrabber *> grabbers_;
float fading_target_; float fading_target_;
std::mutex access_; std::mutex access_;
}; };