* Fixed warning.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29512 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2009-03-14 13:47:36 +00:00
parent 21faca8429
commit 4dabc2e663
-1
View File
@@ -529,7 +529,6 @@ BTextWidget::Draw(BRect eraseRect, BRect textRect, float, BPoseView *view,
drawView->GetFont(&font);
rgb_color textColor = drawView->HighColor();
rgb_color outlineColor;
if (textColor.red + textColor.green + textColor.blue < 128 * 3) {
// dark text on light outline
rgb_color glowColor = kWhite;