Remove left-over debug statement (oops).
Change-Id: Ic672ad77bd9e30285f4bd95275a170f8ec75869b
This commit is contained in:
parent
1f83d2c6d2
commit
04cd1fd99b
1 changed files with 0 additions and 1 deletions
|
@ -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? */
|
||||
|
|
Loading…
Reference in a new issue