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/send.cc | 6 ------ 1 file changed, 6 deletions(-) (limited to 'libs/ardour/send.cc') diff --git a/libs/ardour/send.cc b/libs/ardour/send.cc index 13d8056d6d..b9b3efa8b1 100644 --- a/libs/ardour/send.cc +++ b/libs/ardour/send.cc @@ -404,12 +404,6 @@ Send::display_to_user () const return true; } -string -Send::value_as_string (boost::shared_ptr ac) const -{ - return _amp->value_as_string (ac); -} - void Send::snd_output_changed (IOChange change, void* /*src*/) { -- cgit v1.2.3