Fix unused parameter warnings since GCC apparently doesn't feel like listening to -Wno-unused-parameter

git-svn-id: svn://localhost/ardour2/branches/3.0@5835 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
David Robillard 2009-10-21 00:15:42 +00:00
parent af8c16cfe0
commit bc56eb8bd7
33 changed files with 172 additions and 172 deletions

View file

@ -157,8 +157,8 @@ Keyboard::get_state (void)
return *node;
}
int
Keyboard::set_state (const XMLNode& node, int version)
int
Keyboard::set_state (const XMLNode& node, int /*version*/)
{
const XMLProperty* prop;