From 04cd1fd99ba4678f321aed956580d03992d80440 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Tue, 20 Mar 2012 23:08:37 +0100 Subject: Remove left-over debug statement (oops). Change-Id: Ic672ad77bd9e30285f4bd95275a170f8ec75869b --- firmware/drivers/lcd-16bit-common.c | 1 - 1 file changed, 1 deletion(-) 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? */ -- cgit v1.1