diff options
Diffstat (limited to 'bootloader')
-rw-r--r-- | bootloader/gigabeat-s.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/bootloader/gigabeat-s.c b/bootloader/gigabeat-s.c index 7fb8608c79..439c81edfb 100644 --- a/bootloader/gigabeat-s.c +++ b/bootloader/gigabeat-s.c | |||
@@ -58,13 +58,6 @@ char *tarbuf = (char *)0x00000040; | |||
58 | extern void reference_system_c(void); | 58 | extern void reference_system_c(void); |
59 | static struct event_queue usb_wait_queue; | 59 | static struct event_queue usb_wait_queue; |
60 | 60 | ||
61 | /* Dummy stub that creates C references for C functions only used by | ||
62 | assembly - never called */ | ||
63 | void reference_files(void) | ||
64 | { | ||
65 | reference_system_c(); | ||
66 | } | ||
67 | |||
68 | void show_splash(int timeout, const char *msg) | 61 | void show_splash(int timeout, const char *msg) |
69 | { | 62 | { |
70 | lcd_putsxy( (LCD_WIDTH - (SYSFONT_WIDTH * strlen(msg))) / 2, | 63 | lcd_putsxy( (LCD_WIDTH - (SYSFONT_WIDTH * strlen(msg))) / 2, |