CID 1156 complained that this was an uninitialized variable, though it was

merely a completely unneccessary one.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27711 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Lotz 2008-09-23 19:13:01 +00:00
parent 0b559106bf
commit a6277def2a
1 changed files with 0 additions and 1 deletions

View File

@ -1136,7 +1136,6 @@ void
TypeView::FrameResized(float width, float height)
{
BRect rect = Bounds();
BView *fTypeEditorView = fTypeEditorView;
BPoint point = fTypeEditorView->Frame().LeftTop();
if ((fTypeEditorView->ResizingMode() & B_FOLLOW_RIGHT) == 0)