Remove unused code. Thanks to ummccoullough for noticing.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43171 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Adrien Destugues 2011-11-03 21:14:05 +00:00
parent 44c6e69bd1
commit 3b9ae74680

View File

@ -35,9 +35,6 @@ AppGroupView::AppGroupView(NotificationWindow* win, const char* label)
{
SetFlags(Flags() | B_WILL_DRAW);
font_height fh;
be_bold_font->GetHeight(&fh);
static_cast<BGroupLayout*>(GetLayout())->SetInsets(0, kHeaderSize, 0, 0);
}