mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
remove debug output
This commit is contained in:
parent
55089df0c4
commit
e9752ff93e
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue