Remove one line of dead code

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6654 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
haydentech 2004-02-19 19:15:15 +00:00
parent 50a4d43e91
commit 72d9a71283

View File

@ -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;