summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/amp.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-06-09 14:47:27 +0200
committerRobin Gareus <robin@gareus.org>2017-06-09 16:54:21 +0200
commit48ea6beaad840778c6c5a527d69bb390640eb27d (patch)
treeee29e9514c4aa60f9054d90e5a69a059e7819f99 /libs/ardour/ardour/amp.h
parent99b064274f429be8b78090ef06c7693e8bb29707 (diff)
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.
Diffstat (limited to 'libs/ardour/ardour/amp.h')
-rw-r--r--libs/ardour/ardour/amp.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/ardour/ardour/amp.h b/libs/ardour/ardour/amp.h
index 820e2a85e1..d07f860599 100644
--- a/libs/ardour/ardour/amp.h
+++ b/libs/ardour/ardour/amp.h
@@ -79,8 +79,6 @@ public:
return _gain_control;
}
- std::string value_as_string (boost::shared_ptr<const AutomationControl>) const;
-
private:
bool _denormal_protection;
bool _apply_gain;