Unify the canvases by moving groups around rather than using set_scrolling_region...
[ardour.git] / gtk2_ardour / selection.h
index b20567ca7ef8980d61eac529aa7845607b1f0286..4698544d9aa813ebb7ba105f77f80e1ba97f29c0 100644 (file)
@@ -100,8 +100,8 @@ class Selection : public sigc::trackable
        
        void set (TimeAxisView*);
        void set (const std::list<TimeAxisView*>&);
-       void set (RegionView*, bool also_clear_tracks = true, bool with_track = true);
-       void set (std::vector<RegionView*>&, bool with_track = true);
+       void set (RegionView*, bool also_clear_tracks = true);
+       void set (std::vector<RegionView*>&);
        long set (TimeAxisView*, nframes_t, nframes_t);
        void set (ARDOUR::AutomationList*);
        void set (boost::shared_ptr<ARDOUR::Playlist>);
@@ -125,8 +125,8 @@ class Selection : public sigc::trackable
 
        void add (TimeAxisView*);
        void add (const std::list<TimeAxisView*>&);
-       void add (RegionView*, bool with_track = true);
-       void add (std::vector<RegionView*>&, bool with_track = true);
+       void add (RegionView*);
+       void add (std::vector<RegionView*>&);
        long add (nframes_t, nframes_t);
        void add (ARDOUR::AutomationList*);
        void add (boost::shared_ptr<ARDOUR::Playlist>);