remove debug output

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28367 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2008-10-29 18:39:58 +00:00
parent f067fa6943
commit 7ea4cf085e
-2
View File
@@ -3685,7 +3685,6 @@ void OutlineView::FrameResized(float width, float height)
void OutlineView::ScrollTo(BPoint position)
{
printf("OutlineView::ScrollTo(BPoint(%.1f, %.1f))\n", position.x, position.y);
fVisibleRect.OffsetTo(position.x, position.y);
// In FixScrollBar, we might not have been able to change the size of
@@ -3699,7 +3698,6 @@ printf("OutlineView::ScrollTo(BPoint(%.1f, %.1f))\n", position.x, position.y);
FixScrollBar(true);
_inherited::ScrollTo(position);
printf(" scrolled to BPoint(%.1f, %.1f)\n", Bounds().left, Bounds().top);
}
const BRect& OutlineView::VisibleRect() const