mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Fix some unused parameter warnings.
git-svn-id: svn://localhost/ardour2/branches/3.0@5403 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
f411496289
commit
b65f8073ba
195 changed files with 574 additions and 518 deletions
|
|
@ -44,7 +44,7 @@ class ControlProtocol : public sigc::trackable, public PBD::Stateful, public Bas
|
|||
virtual int set_active (bool yn) = 0;
|
||||
bool get_active() const { return _active; }
|
||||
|
||||
virtual int set_feedback (bool yn) { return 0; }
|
||||
virtual int set_feedback (bool /*yn*/) { return 0; }
|
||||
virtual bool get_feedback () const { return false; }
|
||||
|
||||
virtual void route_list_changed () {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue