13
0

avoid unused args warning

git-svn-id: svn://localhost/ardour2/branches/3.0@8644 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2011-02-01 17:15:46 +00:00
parent 50af344d12
commit ea8eabe8c8

View File

@ -51,7 +51,7 @@ class Panner : public PBD::Stateful, public PBD::ScopedConnectionList
virtual ChanCount in() const = 0;
virtual ChanCount out() const = 0;
virtual void configure_io (ARDOUR::ChanCount in, ARDOUR::ChanCount out) {}
virtual void configure_io (ARDOUR::ChanCount /*in*/, ARDOUR::ChanCount /*out*/) {}
/* derived implementations of these methods must indicate
whether it is legal for a Controllable to use the