mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-11 16:37:45 -04:00
bmp.c: Undo debug stuff that got in by accident.
Change-Id: Ic37658ab8d81405e28a4097d38785900fd0951cd
This commit is contained in:
parent
281d1fadb3
commit
2f4a94189d
1 changed files with 1 additions and 3 deletions
|
|
@ -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)) && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue