mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
Cleanup after all these changes in MediaPlayer and Mixer.
This commit is contained in:
6
Source.h
6
Source.h
@@ -45,10 +45,6 @@ public:
|
||||
|
||||
// cloning mechanism
|
||||
virtual CloneSource *clone ();
|
||||
// void unClone(CloneSource *clone);
|
||||
// inline size_t numClones() const { return clones_.size(); }
|
||||
// inline CloneList::iterator beginClones () { return clones_.begin(); }
|
||||
// inline CloneList::iterator endClones () { return clones_.end(); }
|
||||
|
||||
// Display mode
|
||||
typedef enum {
|
||||
@@ -195,7 +191,7 @@ public:
|
||||
void accept (Visitor& v) override;
|
||||
|
||||
CloneSource *clone() override;
|
||||
inline void unlink() { origin_ = nullptr; }
|
||||
inline void detach() { origin_ = nullptr; }
|
||||
inline Source *origin() const { return origin_; }
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user