From a117fe99e592999568cd02e348ef03123c807f12 Mon Sep 17 00:00:00 2001 From: Joel Holdsworth Date: Tue, 30 Dec 2008 16:13:09 +0000 Subject: [PATCH] Removed spurious add_child_track --- src/gui/model/parent-track.hpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/gui/model/parent-track.hpp b/src/gui/model/parent-track.hpp index 481f7c352..78d27cf85 100644 --- a/src/gui/model/parent-track.hpp +++ b/src/gui/model/parent-track.hpp @@ -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 > get_child_tracks() const;