mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-15 09:55:55 +01:00
remove canvas cursor debug output
This commit is contained in:
parent
0b5b4dffc4
commit
88304ec448
1 changed files with 0 additions and 4 deletions
|
|
@ -1182,11 +1182,9 @@ Editor::which_track_cursor () const
|
|||
case JOIN_OBJECT_RANGE_NONE:
|
||||
case JOIN_OBJECT_RANGE_OBJECT:
|
||||
cursor = which_grabber_cursor ();
|
||||
cerr << "region use grabber\n";
|
||||
break;
|
||||
case JOIN_OBJECT_RANGE_RANGE:
|
||||
cursor = _cursors->selector;
|
||||
cerr << "region use selector\n";
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
@ -1216,8 +1214,6 @@ Editor::choose_canvas_cursor_on_entry (GdkEventCrossing* /*event*/, ItemType typ
|
|||
{
|
||||
Gdk::Cursor* cursor = 0;
|
||||
|
||||
cerr << "entered new item type " << enum_2_string (type) << endl;
|
||||
|
||||
if (_drags->active()) {
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue