13
0

fix behaviour of middle mouse button in a redirect box, without debug output

git-svn-id: svn://localhost/ardour2/trunk@1227 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2006-12-19 14:37:59 +00:00
parent 332fa47473
commit 6b7130311e

View File

@ -327,8 +327,6 @@ RedirectBox::redirect_button_release_event (GdkEventButton *ev)
}
}
cerr << "button " << ev->button << " state " << ev->state << " redirect = " << redirect << endl;
if (redirect && Keyboard::is_delete_event (ev)) {
cerr << " redirect clicked was " << redirect->name() << endl;