mirror of
https://github.com/raphnet/gc_n64_usb-v3
synced 2024-12-22 07:18:52 -05:00
remove dead code
This commit is contained in:
parent
e944017c36
commit
64115ad9ef
9
main.c
9
main.c
@ -402,15 +402,6 @@ void eeprom_app_ready(void)
|
|||||||
g_usb_strings[USB_STRING_SERIAL_IDX] = serial_from_eeprom;
|
g_usb_strings[USB_STRING_SERIAL_IDX] = serial_from_eeprom;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void pollDelay(void)
|
|
||||||
{
|
|
||||||
int i;
|
|
||||||
for (i=0; i<g_eeprom_data.cfg.poll_interval[0]; i++) {
|
|
||||||
_delay_ms(1);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
static struct usbpad usbpads[MAX_PLAYERS];
|
static struct usbpad usbpads[MAX_PLAYERS];
|
||||||
static char g_polling_suspended = 0;
|
static char g_polling_suspended = 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user