mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
canvas: remove debug output
This commit is contained in:
parent
4806e10aa1
commit
be461e95e1
1 changed files with 0 additions and 1 deletions
|
|
@ -1541,7 +1541,6 @@ GtkCanvasViewport::on_size_request (Gtk::Requisition* req)
|
|||
Distance height;
|
||||
|
||||
_canvas.root()->size_request (width, height);
|
||||
cerr << "OSR size canvas to " << width << " x " << height << endl;
|
||||
_canvas.request_size (Duple (width, height));
|
||||
|
||||
req->width = width;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue