Removed spurious add_child_track

This commit is contained in:
Joel Holdsworth 2008-12-30 16:13:09 +00:00
parent 910bf4b4e4
commit a117fe99e5

View file

@ -39,10 +39,7 @@ class ParentTrack : public Track
protected:
ParentTrack();
public:
virtual void add_child_track(Track* child)
{ (void)child; };
public:
std::list< boost::shared_ptr<Track> >
get_child_tracks() const;