Remove left-over debug statement (oops).

Change-Id: Ic672ad77bd9e30285f4bd95275a170f8ec75869b
This commit is contained in:
Thomas Martitz 2012-03-20 23:08:37 +01:00
parent 1f83d2c6d2
commit 04cd1fd99b

View file

@ -469,7 +469,6 @@ void lcd_fillrect(int x, int y, int width, int height)
enum fill_opt fillopt = OPT_NONE;
fb_data *dst, *dst_end;
int len, step;
debugf("%s()\n", __func__);
/******************** In viewport clipping **********************/
/* nothing to draw? */