bmp.c: Undo debug stuff that got in by accident.

Change-Id: Ic37658ab8d81405e28a4097d38785900fd0951cd
This commit is contained in:
Thomas Martitz 2014-01-05 19:37:48 +01:00
parent 281d1fadb3
commit 2f4a94189d

View file

@ -38,7 +38,6 @@
ahead by whole lines, or read the next chunk of the current line
*/
#define ROCKBOX_DEBUG_BMP_LOADER
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@ -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)) && \