From 0e100a37a9c94088d334f4c56b1aacf1a9de503c Mon Sep 17 00:00:00 2001 From: John Scipione Date: Fri, 26 Oct 2012 20:51:06 -0400 Subject: [PATCH] Cleanup --- src/apps/deskbar/BarView.cpp | 1 - src/apps/deskbar/InlineScrollView.cpp | 6 ++++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/apps/deskbar/BarView.cpp b/src/apps/deskbar/BarView.cpp index 94a256c6cf..26732044d4 100644 --- a/src/apps/deskbar/BarView.cpp +++ b/src/apps/deskbar/BarView.cpp @@ -42,7 +42,6 @@ All rights reserved. #include #include -#include #include #include #include diff --git a/src/apps/deskbar/InlineScrollView.cpp b/src/apps/deskbar/InlineScrollView.cpp index ab3ef7a913..7571bea0b6 100644 --- a/src/apps/deskbar/InlineScrollView.cpp +++ b/src/apps/deskbar/InlineScrollView.cpp @@ -120,7 +120,8 @@ UpScrollArrow::~UpScrollArrow() void UpScrollArrow::Draw(BRect updateRect) { - SetLowColor(tint_color(ui_color(B_MENU_BACKGROUND_COLOR), B_DARKEN_1_TINT)); + SetLowColor(tint_color(ui_color(B_MENU_BACKGROUND_COLOR), + B_DARKEN_1_TINT)); if (IsEnabled()) SetHighColor(0, 0, 0); @@ -171,7 +172,8 @@ DownScrollArrow::~DownScrollArrow() void DownScrollArrow::Draw(BRect updateRect) { - SetLowColor(tint_color(ui_color(B_MENU_BACKGROUND_COLOR), B_DARKEN_1_TINT)); + SetLowColor(tint_color(ui_color(B_MENU_BACKGROUND_COLOR), + B_DARKEN_1_TINT)); if (IsEnabled()) SetHighColor(0, 0, 0);