fix behaviour of middle mouse button in a redirect box, without debug output
authorPaul Davis <paul@linuxaudiosystems.com>
Tue, 19 Dec 2006 14:37:59 +0000 (14:37 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Tue, 19 Dec 2006 14:37:59 +0000 (14:37 +0000)
git-svn-id: svn://localhost/ardour2/trunk@1227 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/redirect_box.cc

index 83875fa0e478e1d3d2bf0d53705d665d2b9916b0..bf24b6b19cd09afe34358b8e631e6e3d067e6fd8 100644 (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;