13
0

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

git-svn-id: svn://localhost/ardour2/trunk@1228 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2006-12-19 14:38:22 +00:00
parent 6b7130311e
commit af58fad8a9

View File

@ -328,8 +328,6 @@ RedirectBox::redirect_button_release_event (GdkEventButton *ev)
}
if (redirect && Keyboard::is_delete_event (ev)) {
cerr << " redirect clicked was " << redirect->name() << endl;
Glib::signal_idle().connect (bind (mem_fun(*this, &RedirectBox::idle_delete_redirect), boost::weak_ptr<Redirect>(redirect)));
ret = true;