From 4dabc2e66318aeb669201770f4b1d90b9da2cca0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Sat, 14 Mar 2009 13:47:36 +0000 Subject: [PATCH] * Fixed warning. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29512 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kits/tracker/TextWidget.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/kits/tracker/TextWidget.cpp b/src/kits/tracker/TextWidget.cpp index d53f0dcf20..3675802a71 100644 --- a/src/kits/tracker/TextWidget.cpp +++ b/src/kits/tracker/TextWidget.cpp @@ -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;