Remove redundant declaration.

This commit is contained in:
Andrew Alderwick 2021-12-14 23:16:57 +00:00
parent 2330320985
commit 62f740416d
1 changed files with 0 additions and 2 deletions

View File

@ -40,8 +40,6 @@ typedef struct Uxn {
Device dev[16];
} Uxn;
struct Uxn;
void poke16(Uint8 *m, Uint16 a, Uint16 b);
Uint16 peek16(Uint8 *m, Uint16 a);