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/ardour/send.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'libs/ardour/ardour/send.h') diff --git a/libs/ardour/ardour/send.h b/libs/ardour/ardour/send.h index f70f09b6ea..002397f0cd 100644 --- a/libs/ardour/ardour/send.h +++ b/libs/ardour/ardour/send.h @@ -77,8 +77,6 @@ class LIBARDOUR_API Send : public Delivery bool set_name (const std::string& str); - std::string value_as_string (boost::shared_ptr) const; - static uint32_t how_many_sends(); static std::string name_and_id_new_send (Session&, Delivery::Role r, uint32_t&, bool); -- cgit v1.2.3