Removed spurious add_child_track
This commit is contained in:
parent
910bf4b4e4
commit
a117fe99e5
1 changed files with 1 additions and 4 deletions
|
|
@ -39,10 +39,7 @@ class ParentTrack : public Track
|
||||||
protected:
|
protected:
|
||||||
ParentTrack();
|
ParentTrack();
|
||||||
|
|
||||||
public:
|
public:
|
||||||
virtual void add_child_track(Track* child)
|
|
||||||
{ (void)child; };
|
|
||||||
|
|
||||||
std::list< boost::shared_ptr<Track> >
|
std::list< boost::shared_ptr<Track> >
|
||||||
get_child_tracks() const;
|
get_child_tracks() const;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue