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:
Philippe Houdoin
2004-01-15 00:12:48 +00:00
parent 313b452ee5
commit ce22a23a9f
-2
View File
@@ -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);