forked from len0rd/rockbox
we don't need HAS_LCD_BITMAP
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2110 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5e1270e60c
commit
862f479bec
6 changed files with 1 additions and 13 deletions
|
@ -19,7 +19,6 @@
|
|||
|
||||
#include "config.h"
|
||||
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
#ifdef USE_SCREENSAVERS
|
||||
|
||||
#include "lcd.h"
|
||||
|
@ -91,7 +90,6 @@ Menu blank(void)
|
|||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
|
||||
#include "config.h"
|
||||
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
#ifdef USE_SCREENSAVERS
|
||||
|
||||
#include "lcd.h"
|
||||
|
@ -133,4 +132,3 @@ Menu bounce(void)
|
|||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
|
||||
#include "config.h"
|
||||
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
#ifdef USE_SCREENSAVERS
|
||||
|
||||
#include "boxes.h"
|
||||
|
@ -127,4 +126,3 @@ Menu boxes(void)
|
|||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
****************************************************************************/
|
||||
|
||||
#include "config.h"
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
#ifdef USE_GAMES
|
||||
|
||||
#include <sprintf.h>
|
||||
|
@ -1380,4 +1379,3 @@ Menu sokoban(void)
|
|||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
|
||||
#include "config.h"
|
||||
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
#ifdef USE_GAMES
|
||||
|
||||
#include <stdbool.h>
|
||||
#include "lcd.h"
|
||||
#include "button.h"
|
||||
|
@ -407,4 +407,3 @@ Menu tetris(void)
|
|||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
|
||||
#include "config.h"
|
||||
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
#ifdef USE_GAMES
|
||||
|
||||
#include <sprintf.h>
|
||||
|
@ -742,6 +741,4 @@ Menu wormlet(void)
|
|||
return MENU_OK;
|
||||
}
|
||||
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue