Removed unused extern

This commit is contained in:
neauoire 2023-10-31 11:49:42 -07:00
parent 13b3496f4e
commit ea65f7da37
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@ typedef struct Uxn {
extern Uint8 emu_dei(Uxn *u, Uint8 addr); extern Uint8 emu_dei(Uxn *u, Uint8 addr);
extern void emu_deo(Uxn *u, Uint8 addr, Uint8 value); extern void emu_deo(Uxn *u, Uint8 addr, Uint8 value);
extern Uint16 dev_vers[0x10];
/* built-ins */ /* built-ins */