(groupbox_callback): remove unused variable.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2015-05-24 20:16:56 +03:00
parent 4f64bccf06
commit 21060c8ea7
1 changed files with 0 additions and 2 deletions

View File

@ -77,8 +77,6 @@ groupbox_callback (Widget * w, Widget * sender, widget_msg_t msg, int parm, void
if (g->title != NULL)
{
Widget *wo = WIDGET (w->owner);
tty_setcolor (disabled ? DISABLED_COLOR : h->color[DLG_COLOR_TITLE]);
widget_move (w, 0, 1);
tty_print_string (g->title);