avoid unused args warning
git-svn-id: svn://localhost/ardour2/branches/3.0@8643 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -115,7 +115,7 @@ public:
|
||||
void slide (iterator before, double distance);
|
||||
void shift (double before, double distance);
|
||||
|
||||
virtual bool clamp_value (double& when, double& value) const { return true; }
|
||||
virtual bool clamp_value (double& /*when*/, double& /*value*/) const { return true; }
|
||||
|
||||
void rt_add (double when, double value);
|
||||
void add (double when, double value);
|
||||
|
||||
Reference in New Issue
Block a user