summaryrefslogtreecommitdiff
path: root/gtk2_ardour/automation_controller.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-09-02 02:53:05 +0200
committerRobin Gareus <robin@gareus.org>2014-09-02 02:53:05 +0200
commit540a12119bc54f26e885f6a9eeeb8ad837e48b9f (patch)
tree849552197d9649983885e2bc55ef2f45aaba546f /gtk2_ardour/automation_controller.cc
parent001e4ca6840077c599fc61b174026134e2c2cb1b (diff)
prepare Slider API cleanup
Diffstat (limited to 'gtk2_ardour/automation_controller.cc')
-rw-r--r--gtk2_ardour/automation_controller.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk2_ardour/automation_controller.cc b/gtk2_ardour/automation_controller.cc
index a75faf747c..edc7311c78 100644
--- a/gtk2_ardour/automation_controller.cc
+++ b/gtk2_ardour/automation_controller.cc
@@ -46,8 +46,6 @@ AutomationController::AutomationController(boost::shared_ptr<Automatable> printe
assert (_printer);
set_name (X_("PluginSlider")); // FIXME: get yer own name!
- set_style (BarController::LeftToRight);
- set_use_parent (true);
StartGesture.connect (sigc::mem_fun(*this, &AutomationController::start_touch));
StopGesture.connect (sigc::mem_fun(*this, &AutomationController::end_touch));