summaryrefslogtreecommitdiff
path: root/gtk2_ardour/foldback_strip.h
diff options
context:
space:
mode:
authorLen Ovens <len@ovenwerks.net>2019-08-26 17:47:21 -0700
committerLen Ovens <len@ovenwerks.net>2019-08-26 17:48:22 -0700
commitfa94741f2c7e3179047bbfe4e5026b521b73d3f8 (patch)
tree4fec5668e435b4f3b4b1c2af4aa5295916190a01 /gtk2_ardour/foldback_strip.h
parent220fa45d353bbbbdfcb6efb906189173bb4d88e9 (diff)
Monitor new signal to rebuild sendlist
remove debug lines, remove last FB bus works
Diffstat (limited to 'gtk2_ardour/foldback_strip.h')
-rw-r--r--gtk2_ardour/foldback_strip.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk2_ardour/foldback_strip.h b/gtk2_ardour/foldback_strip.h
index 93a0d33aa9..dc73292cea 100644
--- a/gtk2_ardour/foldback_strip.h
+++ b/gtk2_ardour/foldback_strip.h
@@ -115,7 +115,6 @@ public:
boost::shared_ptr<ARDOUR::Stripable> stripable() const { return RouteUI::stripable(); }
-// Width get_width_enum () const { return _width; }
void* width_owner () const { return _width_owner; }
PannerUI& panner_ui() { return panners; }
@@ -126,7 +125,6 @@ public:
void set_route (boost::shared_ptr<ARDOUR::Route>);
void set_button_names ();
-// void show_send (boost::shared_ptr<ARDOUR::Send>);
void revert_to_default_display ();
/** @return the delivery that is being edited using our fader; it will be the
@@ -237,7 +235,6 @@ private:
void update_output_display ();
void update_send_box ();
- void update_send_box_2 (ARDOUR::IOProcessor*,uint32_t);
void processors_changed (ARDOUR::RouteProcessorChange);
void clear_send_box ();