changeset 1539:5b1157eb189d nuklear_ui

Remove unneeded duplicate typedef
author Michael Pavone <pavone@retrodev.com>
date Sun, 25 Mar 2018 10:49:19 -0700
parents b581663c42ec
children e94cff9cb625
files io.h
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/io.h	Sun Mar 25 10:47:48 2018 -0700
+++ b/io.h	Sun Mar 25 10:49:19 2018 -0700
@@ -91,8 +91,6 @@
 	IO_READ
 };
 
-typedef struct genesis_context genesis_context;
-
 void set_keybindings(sega_io *io);
 void map_all_bindings(sega_io *io);
 void setup_io_devices(tern_node * config, rom_info *rom, sega_io *io);