From fe59ade87415d72072009f1e77a892f9989819a0 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 25 Nov 2009 23:24:02 +0000 Subject: Seconds out, the people vs. the port matrix, round 7. Some spacing adjustments. Remove the hacky RouteBundle which caused more problems than it solved. Put notebook tabs close to the headings in the matrix. Some other minor tweaks. git-svn-id: svn://localhost/ardour2/branches/3.0@6179 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/port_group.h | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) (limited to 'gtk2_ardour/port_group.h') diff --git a/gtk2_ardour/port_group.h b/gtk2_ardour/port_group.h index 77b1fc91df..6940b75093 100644 --- a/gtk2_ardour/port_group.h +++ b/gtk2_ardour/port_group.h @@ -132,7 +132,9 @@ class PortGroupList : public sigc::trackable void emit_changed (); void emit_bundle_changed (ARDOUR::Bundle::Change); boost::shared_ptr make_bundle_from_ports (std::vector const &, bool) const; - void maybe_add_processor_to_bundle (boost::weak_ptr, boost::shared_ptr, bool, std::set > &); + void maybe_add_processor_to_list ( + boost::weak_ptr, std::list > *, bool, std::set > & + ); ARDOUR::DataType _type; mutable PortGroup::BundleList _bundles; @@ -143,19 +145,4 @@ class PortGroupList : public sigc::trackable ARDOUR::Bundle::Change _pending_bundle_change; }; - -class RouteBundle : public ARDOUR::Bundle -{ -public: - RouteBundle (boost::shared_ptr); - - void add_processor_bundle (boost::shared_ptr); - -private: - void reread_component_bundles (); - - boost::shared_ptr _route; - std::vector > _processor; -}; - #endif /* __gtk_ardour_port_group_h__ */ -- cgit v1.2.3