prepare Slider API cleanup

This commit is contained in:
Robin Gareus 2014-09-02 02:53:05 +02:00
parent 001e4ca684
commit 540a12119b
6 changed files with 4 additions and 10 deletions

View file

@ -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));