From 62f740416d36171ce7836c9948afb7c748a49f98 Mon Sep 17 00:00:00 2001 From: Andrew Alderwick Date: Tue, 14 Dec 2021 23:16:57 +0000 Subject: [PATCH] Remove redundant declaration. --- src/uxn.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/uxn.h b/src/uxn.h index 75a9790..9c31544 100644 --- a/src/uxn.h +++ b/src/uxn.h @@ -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);