summaryrefslogtreecommitdiff
path: root/vgmplay.c
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2019-03-20 22:06:29 -0700
committerMichael Pavone <pavone@retrodev.com>2019-03-20 22:06:29 -0700
commit6f9b28e1a9bb955387cf05a250cecde0b433077f (patch)
tree6a41f7c32ac4ec670824928b96605ce7de4654be /vgmplay.c
parenta460f11a88ad30ff938327428e53319518cfdce4 (diff)
Remove dummy controller_add_mappings definitions from vgmplay and stateview as controller_info.o has been added to RENDEROBJS in the Makefile
Diffstat (limited to 'vgmplay.c')
-rw-r--r--vgmplay.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/vgmplay.c b/vgmplay.c
index c3b49d3..ac29345 100644
--- a/vgmplay.c
+++ b/vgmplay.c
@@ -62,10 +62,6 @@ void handle_mouseup(int mouse, int button)
{
}
-void controller_add_mappings()
-{
-}
-
int headless = 0;
#define CYCLE_LIMIT MCLKS_NTSC/60