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:
@@ -1136,7 +1136,6 @@ void
|
|||||||
TypeView::FrameResized(float width, float height)
|
TypeView::FrameResized(float width, float height)
|
||||||
{
|
{
|
||||||
BRect rect = Bounds();
|
BRect rect = Bounds();
|
||||||
BView *fTypeEditorView = fTypeEditorView;
|
|
||||||
|
|
||||||
BPoint point = fTypeEditorView->Frame().LeftTop();
|
BPoint point = fTypeEditorView->Frame().LeftTop();
|
||||||
if ((fTypeEditorView->ResizingMode() & B_FOLLOW_RIGHT) == 0)
|
if ((fTypeEditorView->ResizingMode() & B_FOLLOW_RIGHT) == 0)
|
||||||
|
|||||||
Reference in New Issue
Block a user