forked from len0rd/rockbox
Remove extraneous "extern int display_zoom" declarations.
One extern declaration of a variable should be enough for everyone! Change-Id: Idd4f4e05abaa5bb82693134a262d4023e1be6bd6
This commit is contained in:
parent
784fb6a1dd
commit
a9217bde27
2 changed files with 0 additions and 2 deletions
|
@ -60,7 +60,6 @@ bool lcd_display_redraw = true; /* Used for player simulator */
|
|||
char having_new_lcd = true; /* Used for player simulator */
|
||||
bool sim_alarm_wakeup = false;
|
||||
const char *sim_root_dir = NULL;
|
||||
extern int display_zoom;
|
||||
|
||||
static SDL_Thread *evt_thread = NULL;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue