removed a clouple TODO comments where issues cleared up meanwhile

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15739 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2005-12-30 11:42:01 +00:00
parent 370aa51090
commit 38030e0477

View File

@ -942,9 +942,6 @@ BView::SetOrigin(float x, float y)
fState->valid_flags |= B_VIEW_ORIGIN_BIT;
}
// TODO: Bounds() is effected by SetOrigin() (?),
// so should we set the COORD_BIT too?
// our local coord system origin has changed, so when archiving we'll add this too
fState->archiving_flags |= B_VIEW_ORIGIN_BIT;
}
@ -1474,7 +1471,6 @@ BView::ScrollBy(float dh, float dv)
// we modify our bounds rectangle by dh/dv coord units hor/ver.
fBounds.OffsetBy(dh, dv);
// fState->coordSysOrigin += BPoint(dh, dv);
// then set the new values of the scrollbars
if (fHorScroller)