# HG changeset patch # User Michael Pavone # Date 1522000159 25200 # Node ID 5b1157eb189d2446647f5b01625bfa4e8aff3b11 # Parent b581663c42ec79b9187513a618f36f732f852435 Remove unneeded duplicate typedef diff -r b581663c42ec -r 5b1157eb189d io.h --- 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);