removed test code

This commit is contained in:
vurtun 2015-05-01 13:21:35 +02:00
parent d8364f2bb6
commit 6a819cdb41
1 changed files with 1 additions and 3 deletions

View File

@ -507,9 +507,7 @@ draw(struct gui_command_list *list, int width, int height)
} break;
case GUI_COMMAND_TEXT: {
struct gui_command_text *t = (void*)cmd;
draw_rect(t->x, t->y, t->w, t->h, t->fg);
/*font_draw_text(t->font, t->x, t->y, t->fg, t->string,
* t->length);*/
font_draw_text(t->font, t->x, t->y, t->fg, t->string, t->length);
} break;
default: break;
}