changeset 1793:c9695252eff4

Remove dummy controller_add_mappings definitions from vgmplay and stateview as controller_info.o has been added to RENDEROBJS in the Makefile
author Michael Pavone <pavone@retrodev.com>
date Wed, 20 Mar 2019 22:06:29 -0700
parents 52a47611a273
children 4cd226288958
files stateview.c vgmplay.c
diffstat 2 files changed, 0 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- 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;
 
--- 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