diff --git a/src/kits/interface/Box.cpp b/src/kits/interface/Box.cpp index b8726729d2..a2ae5d96fe 100644 --- a/src/kits/interface/Box.cpp +++ b/src/kits/interface/Box.cpp @@ -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);