From 2f4a94189da37e226a3a66766ed16726e04b5f36 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Sun, 5 Jan 2014 19:37:48 +0100 Subject: bmp.c: Undo debug stuff that got in by accident. Change-Id: Ic37658ab8d81405e28a4097d38785900fd0951cd --- apps/recorder/bmp.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'apps') diff --git a/apps/recorder/bmp.c b/apps/recorder/bmp.c index dfd6a0474e..e4eb588eb3 100644 --- a/apps/recorder/bmp.c +++ b/apps/recorder/bmp.c @@ -38,7 +38,6 @@ ahead by whole lines, or read the next chunk of the current line */ -#define ROCKBOX_DEBUG_BMP_LOADER #include #include #include @@ -54,7 +53,7 @@ #include "lcd-remote.h" #endif #ifdef ROCKBOX_DEBUG_BMP_LOADER -#define BDEBUGF printf +#define BDEBUGF DEBUGF #else #define BDEBUGF(...) #endif @@ -775,7 +774,6 @@ int read_bmp_fd(int fd, #endif .alpha_detected = false, .first_alpha_byte = 0x80, .order = order, - .buf = NULL, }; #if (LCD_DEPTH > 1 || (defined(HAVE_REMOTE_LCD) && LCD_REMOTE_DEPTH > 1)) && \ -- cgit v1.2.3