13
0

remove debug output

This commit is contained in:
Paul Davis 2016-08-09 21:26:22 -04:00
parent 55089df0c4
commit e9752ff93e

View File

@ -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);
}