Remove an extern that goes to a function not in the code.

This commit is contained in:
arcum42
2018-09-16 00:40:07 -07:00
parent 914573a5c3
commit f3d738d771

View File

@@ -122,7 +122,6 @@ extern void sioWrite8(u8 value);
extern void sioWriteCtrl16(u16 value);
extern void sioInterrupt();
extern void sioInterruptR();
extern void InitializeSIO(u8 value);
extern void SetForceMcdEjectTimeoutNow();
extern void ClearMcdEjectTimeoutNow();
extern void sioStatRead();