mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-27 23:48:22 +01:00
Remove 18 month old debug messages
This commit is contained in:
parent
031a05b07a
commit
200469dce8
1 changed files with 0 additions and 3 deletions
|
|
@ -37,13 +37,10 @@ void
|
|||
Root::size_request (Distance& w, Distance& h) const
|
||||
{
|
||||
if (_items.size() == 1) {
|
||||
cerr << "Call prefsize on " << _items.front()->whoami() << endl;
|
||||
_items.front()->size_request (w, h);
|
||||
return;
|
||||
}
|
||||
|
||||
cerr << "use regular prefsize for root\n";
|
||||
|
||||
Item::size_request (w, h);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue