From 72d9a71283180f69f43d72c16bc59e6c16a757d6 Mon Sep 17 00:00:00 2001 From: haydentech Date: Thu, 19 Feb 2004 19:15:15 +0000 Subject: [PATCH] Remove one line of dead code git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6654 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kits/interface/TextControl.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/kits/interface/TextControl.cpp b/src/kits/interface/TextControl.cpp index 54032dd5e1..681a9ba7f1 100644 --- a/src/kits/interface/TextControl.cpp +++ b/src/kits/interface/TextControl.cpp @@ -221,7 +221,6 @@ void BTextControl::Draw(BRect updateRect) darkenmax = tint_color(no_tint, B_DARKEN_MAX_TINT), nav = ui_color(B_KEYBOARD_NAVIGATION_COLOR); - BRect bounds(Bounds()); bool enabled = IsEnabled(); bool active = false;