mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
remove debugging/analysis output
git-svn-id: svn://localhost/ardour2/branches/3.0@13589 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
bced4a466c
commit
67e842bf4c
2 changed files with 0 additions and 2 deletions
|
|
@ -4250,7 +4250,6 @@ Editor::idle_visual_changer ()
|
||||||
super-rapid-screen-update can be dropped if we are still processing
|
super-rapid-screen-update can be dropped if we are still processing
|
||||||
the last one.
|
the last one.
|
||||||
*/
|
*/
|
||||||
cerr << "EDITOR:: IDLE VISUAL CHANGE\n";
|
|
||||||
|
|
||||||
pending_visual_change.idle_handler_id = -1;
|
pending_visual_change.idle_handler_id = -1;
|
||||||
pending_visual_change.being_handled = true;
|
pending_visual_change.being_handled = true;
|
||||||
|
|
|
||||||
|
|
@ -562,7 +562,6 @@ EditorSummary::on_motion_notify_event (GdkEventMotion* ev)
|
||||||
y = 0;
|
y = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
cerr << "Motion notify => " << x << ", " << y << endl;
|
|
||||||
set_editor (x, y);
|
set_editor (x, y);
|
||||||
// set_cursor (_start_position);
|
// set_cursor (_start_position);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue