summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2017-02-02 13:03:32 +0100
committerPaul Davis <paul@linuxaudiosystems.com>2017-02-02 13:05:05 +0100
commit35f35ad662933e30242c825fb5317f181e9a232c (patch)
tree3d9f5a94c6e5fee009239de3ce0f194cee7d0885 /gtk2_ardour/ardour_ui.h
parent693baa8430d01d00d266923c9caf3a0427267b25 (diff)
ARDOUR_UI transport buttons should use ArdourButton::set_related_action().
I have no idea what I or anyone was thinking with the silly TransportControllable nonsense, but it's all gone now.
Diffstat (limited to 'gtk2_ardour/ardour_ui.h')
-rw-r--r--gtk2_ardour/ardour_ui.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/gtk2_ardour/ardour_ui.h b/gtk2_ardour/ardour_ui.h
index 64423657b0..29b529ccbd 100644
--- a/gtk2_ardour/ardour_ui.h
+++ b/gtk2_ardour/ardour_ui.h
@@ -505,19 +505,8 @@ private:
ToggleType type;
};
- boost::shared_ptr<TransportControllable> roll_controllable;
- boost::shared_ptr<TransportControllable> stop_controllable;
- boost::shared_ptr<TransportControllable> goto_start_controllable;
- boost::shared_ptr<TransportControllable> goto_end_controllable;
- boost::shared_ptr<TransportControllable> auto_loop_controllable;
- boost::shared_ptr<TransportControllable> play_selection_controllable;
- boost::shared_ptr<TransportControllable> rec_controllable;
-
void toggle_follow_edits ();
- void set_transport_controllable_state (const XMLNode&);
- XMLNode& get_transport_controllable_state ();
-
ArdourButton roll_button;
ArdourButton stop_button;
ArdourButton goto_start_button;