summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_ui.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-05-24 20:28:24 +0200
committerRobin Gareus <robin@gareus.org>2015-05-24 20:28:24 +0200
commitdb7d0c59b599273b388ef1b03cb8d415396f8809 (patch)
treeeb284cb14f37823373b722566fd580b795dff177 /gtk2_ardour/route_ui.cc
parent0604910a2a1f002cf47a30bd414e0d344d5310ba (diff)
remove explicit VectorIcon Element
Diffstat (limited to 'gtk2_ardour/route_ui.cc')
-rw-r--r--gtk2_ardour/route_ui.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk2_ardour/route_ui.cc b/gtk2_ardour/route_ui.cc
index 9b6e800072..3dfba200e9 100644
--- a/gtk2_ardour/route_ui.cc
+++ b/gtk2_ardour/route_ui.cc
@@ -148,7 +148,6 @@ RouteUI::init ()
rec_enable_button = manage (new ArdourButton);
rec_enable_button->set_name ("record enable button");
- rec_enable_button->set_elements ((ArdourButton::Element)(ArdourButton::Edge|ArdourButton::Body|ArdourButton::VectorIcon));
rec_enable_button->set_icon (ArdourButton::RecButton);
UI::instance()->set_tip (rec_enable_button, _("Enable recording on this track"), "");