From 48ea6beaad840778c6c5a527d69bb390640eb27d Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Fri, 9 Jun 2017 14:47:27 +0200 Subject: Remove Automatable::value_as_string API from libardour Keep Pannable::value_as_string() for now. That is another inconsistency which needs cleaning up. GUI StereoPanner and MonoPanner print the value as they see fit, the panner-plugin provided formatting is not used. --- libs/ardour/automatable.cc | 6 ------ 1 file changed, 6 deletions(-) (limited to 'libs/ardour/automatable.cc') diff --git a/libs/ardour/automatable.cc b/libs/ardour/automatable.cc index 462f4f2974..d10fafdeb1 100644 --- a/libs/ardour/automatable.cc +++ b/libs/ardour/automatable.cc @@ -542,12 +542,6 @@ Automatable::clear_controls () ControlSet::clear_controls (); } -string -Automatable::value_as_string (boost::shared_ptr ac) const -{ - return ARDOUR::value_as_string(ac->desc(), ac->get_value()); -} - bool Automatable::find_next_event (double now, double end, Evoral::ControlEvent& next_event, bool only_active) const { -- cgit v1.2.3