* Removed leftover debug output.

+alpha


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41610 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2011-05-20 21:05:53 +00:00
parent e7785c54d7
commit 4b6dc1bc09
1 changed files with 0 additions and 1 deletions

View File

@ -251,7 +251,6 @@ ShowImageWindow::ShowImageWindow(BRect frame, const entry_ref& ref,
// Update minimum window size
float toolBarMinWidth = fToolBarView->MinSize().width;
printf("menu min size: %.1f, tool bar: %.1f\n", menuBarMinWidth, toolBarMinWidth);
SetSizeLimits(std::max(menuBarMinWidth, toolBarMinWidth), 100000, 100,
100000);