mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-12 02:40:00 +01:00
clean useless ptr
This commit is contained in:
@@ -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_;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user