diff --git a/src/servers/notification/NotificationView.cpp b/src/servers/notification/NotificationView.cpp index 1e54662412..2856b42f16 100644 --- a/src/servers/notification/NotificationView.cpp +++ b/src/servers/notification/NotificationView.cpp @@ -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(Parent()); if (groupView != NULL && groupView->ChildrenCount() > 1) _DrawCloseButton(updateRect);