Bug 92977. Remove redundant |MoveViewTo()| call. sr=attinasi.

git-svn-id: svn://10.0.0.236/trunk@100280 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
waterson%netscape.com 2001-08-03 07:18:35 +00:00
parent a0022210dd
commit cce5104b49
2 changed files with 0 additions and 2 deletions

View File

@ -402,7 +402,6 @@ nsContainerFrame::PositionFrameView(nsIPresContext* aPresContext,
// but we need it in the coordinate space of the parent view so do a
// view translation
NS_VERIFY(TranslatePointTo(origin, containingView, parentView), "translation failed");
vm->MoveViewTo(aView, origin.x, origin.y);
}
}

View File

@ -402,7 +402,6 @@ nsContainerFrame::PositionFrameView(nsIPresContext* aPresContext,
// but we need it in the coordinate space of the parent view so do a
// view translation
NS_VERIFY(TranslatePointTo(origin, containingView, parentView), "translation failed");
vm->MoveViewTo(aView, origin.x, origin.y);
}
}