Fix warning.

git-svn-id: svn://localhost/ardour2/branches/3.0@5648 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2009-09-09 16:38:45 +00:00
parent dcaf93aa10
commit 3386070014
1 changed files with 1 additions and 1 deletions

View File

@ -351,7 +351,7 @@ EditorSummary::on_motion_notify_event (GdkEventMotion* ev)
}
bool
EditorSummary::on_button_release_event (GdkEventButton* ev)
EditorSummary::on_button_release_event (GdkEventButton*)
{
_move_dragging = false;
_zoom_dragging = false;