mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
Remove some spurious printouts
This commit is contained in:
parent
be27e7359f
commit
972229a02f
2 changed files with 0 additions and 4 deletions
|
|
@ -897,7 +897,6 @@ GtkCanvas::on_realize ()
|
|||
void
|
||||
GtkCanvas::on_size_allocate (Gtk::Allocation& a)
|
||||
{
|
||||
std::cerr << "GtkCanvas::size_allocate (" << a.get_width() << " x " << a.get_height() << ")\n";
|
||||
EventBox::on_size_allocate (a);
|
||||
|
||||
if (_use_image_surface) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue