# HG changeset patch # User Michael Pavone # Date 1553144789 25200 # Node ID c9695252eff47a0f454b8744fc71840dea655163 # Parent 52a47611a27372363c827f6a4f6bb55dab975b09 Remove dummy controller_add_mappings definitions from vgmplay and stateview as controller_info.o has been added to RENDEROBJS in the Makefile diff -r 52a47611a273 -r c9695252eff4 stateview.c --- a/stateview.c Wed Mar 20 22:05:27 2019 -0700 +++ b/stateview.c Wed Mar 20 22:06:29 2019 -0700 @@ -79,10 +79,6 @@ { } -void controller_add_mappings() -{ -} - tern_node * config; int headless = 0; diff -r 52a47611a273 -r c9695252eff4 vgmplay.c --- a/vgmplay.c Wed Mar 20 22:05:27 2019 -0700 +++ b/vgmplay.c Wed Mar 20 22:06:29 2019 -0700 @@ -62,10 +62,6 @@ { } -void controller_add_mappings() -{ -} - int headless = 0; #define CYCLE_LIMIT MCLKS_NTSC/60