From 484e0d0fb2548396f3e29b93f2ac9ddfae5aaeed Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 11 Mar 2019 02:10:50 +0100 Subject: Remove generic parameter-printer This has been superseded by value_as_string() along with meta-data from parameter-descriptor, which is supported by all standards, except VST. --- libs/ardour/ardour/ladspa_plugin.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libs/ardour/ardour/ladspa_plugin.h') diff --git a/libs/ardour/ardour/ladspa_plugin.h b/libs/ardour/ardour/ladspa_plugin.h index 1557ef1ec3..de57586b0d 100644 --- a/libs/ardour/ardour/ladspa_plugin.h +++ b/libs/ardour/ardour/ladspa_plugin.h @@ -88,7 +88,6 @@ class LIBARDOUR_API LadspaPlugin : public ARDOUR::Plugin std::string describe_parameter (Evoral::Parameter); std::string state_node_name() const { return "ladspa"; } - void print_parameter (uint32_t, char*, uint32_t len) const; bool parameter_is_audio(uint32_t) const; bool parameter_is_control(uint32_t) const; -- cgit v1.2.3