Cleanup some more gint -> bools.

git-svn-id: svn://localhost/ardour2/branches/3.0@9374 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-04-19 10:43:43 +00:00
parent 52eced2691
commit 28c53d0f92
3 changed files with 18 additions and 18 deletions

View file

@ -3557,7 +3557,7 @@ Editor::edit_controls_button_release (GdkEventButton* ev)
return true;
}
gint
bool
Editor::mouse_select_button_release (GdkEventButton* ev)
{
/* this handles just right-clicks */