X-Git-Url: https://main.carlh.net/gitweb/?p=ardour.git;a=blobdiff_plain;f=libs%2Fgtkmm2ext%2Fpane.cc;h=be1f63c48531d5ee4e6124f98391023a55808c7c;hp=e6b067522ec48bc36cdef7cb27ab020250f04895;hb=e9752ff93ea44098fd8c02b21a3a787ef1cbf3ab;hpb=55089df0c48802912b67393b92b2dc4f2a6357cd diff --git a/libs/gtkmm2ext/pane.cc b/libs/gtkmm2ext/pane.cc index e6b067522e..be1f63c485 100644 --- a/libs/gtkmm2ext/pane.cc +++ b/libs/gtkmm2ext/pane.cc @@ -193,7 +193,6 @@ Pane::on_remove (Widget* w) void Pane::on_size_allocate (Gtk::Allocation& alloc) { - std::cerr << "pane @ " << this << " reallocated as " << alloc.get_width() << " x " << alloc.get_height() << std::endl; reallocate (alloc); Container::on_size_allocate (alloc); }