13
0

Remove cruft (ParameterDescriptor sets this)

This commit is contained in:
Robin Gareus 2017-06-30 19:56:01 +02:00
parent 389d2cab36
commit 17bcb67af5
2 changed files with 0 additions and 12 deletions

View File

@ -46,7 +46,6 @@ class LIBARDOUR_API PanControllable : public AutomationControl
, owner (o)
{}
double lower () const;
std::string get_user_string () const;
private:

View File

@ -23,17 +23,6 @@
using namespace ARDOUR;
double
PanControllable::lower () const
{
switch (parameter().type()) {
case PanWidthAutomation:
return -1.0;
default:
return 0.0;
}
}
void
PanControllable::actually_set_value (double v, Controllable::GroupControlDisposition group_override)
{