From efc430eaf33ae1b3e2c5b997264a9bc24006774e Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Sun, 24 Jan 2016 10:51:05 +0100 Subject: [PATCH] Remove unused code. --- src/servers/notification/NotificationView.cpp | 3 --- 1 file changed, 3 deletions(-) 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);