Browse code

Remove redundant declaration.

Andrew Alderwick authored on 14/12/2021 23:16:57
Showing 1 changed files
... ...
@@ -40,8 +40,6 @@ typedef struct Uxn {
40 40
 	Device dev[16];
41 41
 } Uxn;
42 42
 
43
-struct Uxn;
44
-
45 43
 void poke16(Uint8 *m, Uint16 a, Uint16 b);
46 44
 Uint16 peek16(Uint8 *m, Uint16 a);
47 45