diff options
| -rw-r--r-- | firmware/drivers/lcd-16bit-common.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/drivers/lcd-16bit-common.c b/firmware/drivers/lcd-16bit-common.c index 7ce4202..2d3928f 100644 --- a/firmware/drivers/lcd-16bit-common.c +++ b/firmware/drivers/lcd-16bit-common.c @@ -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? */ |