mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
[1/4] Remove SH support and all archos targets
This removes all code specific to SH targets Change-Id: I7980523785d2596e65c06430f4638eec74a06061
This commit is contained in:
parent
17f7cc92c2
commit
092c340a20
384 changed files with 648 additions and 43225 deletions
|
@ -23,7 +23,6 @@
|
|||
#define _SCREEN_ACCESS_H_
|
||||
|
||||
#include "lcd.h"
|
||||
#include "buttonbar.h"
|
||||
#include "scroll_engine.h"
|
||||
#include "backdrop.h"
|
||||
#include "line.h"
|
||||
|
@ -63,9 +62,6 @@ struct screen
|
|||
bool is_color;
|
||||
#if (CONFIG_LED == LED_VIRTUAL) || defined(HAVE_REMOTE_LCD)
|
||||
bool has_disk_led;
|
||||
#endif
|
||||
#ifdef HAVE_BUTTONBAR
|
||||
bool has_buttonbar;
|
||||
#endif
|
||||
void (*set_drawmode)(int mode);
|
||||
void (*set_viewport)(struct viewport* vp);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue