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:
@@ -221,7 +221,6 @@ void BTextControl::Draw(BRect updateRect)
|
|||||||
darkenmax = tint_color(no_tint, B_DARKEN_MAX_TINT),
|
darkenmax = tint_color(no_tint, B_DARKEN_MAX_TINT),
|
||||||
nav = ui_color(B_KEYBOARD_NAVIGATION_COLOR);
|
nav = ui_color(B_KEYBOARD_NAVIGATION_COLOR);
|
||||||
|
|
||||||
BRect bounds(Bounds());
|
|
||||||
bool enabled = IsEnabled();
|
bool enabled = IsEnabled();
|
||||||
bool active = false;
|
bool active = false;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user