Remove unused code.

This commit is contained in:
Adrien Destugues
2016-01-24 11:22:52 +01:00
parent 0fa7d5c4df
commit efc430eaf3
@@ -284,9 +284,6 @@ NotificationView::Draw(BRect updateRect)
DrawString(l->text.String(), l->text.Length(), l->location);
}
rgb_color detailCol = ui_color(B_CONTROL_BORDER_COLOR);
detailCol = tint_color(detailCol, B_LIGHTEN_2_TINT);
AppGroupView* groupView = dynamic_cast<AppGroupView*>(Parent());
if (groupView != NULL && groupView->ChildrenCount() > 1)
_DrawCloseButton(updateRect);