Fix warning.

git-svn-id: svn://localhost/ardour2/branches/3.0@5647 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2009-09-09 16:38:32 +00:00
parent a0b9c52a5e
commit dcaf93aa10

View File

@ -512,7 +512,7 @@ RouteUI::rec_enable_press(GdkEventButton* ev)
}
bool
RouteUI::rec_enable_release (GdkEventButton* ev)
RouteUI::rec_enable_release (GdkEventButton*)
{
return true;
}