Remove useless variable and code.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6085 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -146,8 +146,6 @@ status_t BBox::SetLabel(BView *viewLabel)
|
||||
{
|
||||
// Update fBounds
|
||||
fBounds = Bounds();
|
||||
font_height fh;
|
||||
GetFontHeight(&fh);
|
||||
|
||||
fBounds.top = (float)ceil(viewLabel->Bounds().Height() / 2.0f);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user