From 6f9b28e1a9bb955387cf05a250cecde0b433077f Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Wed, 20 Mar 2019 22:06:29 -0700 Subject: Remove dummy controller_add_mappings definitions from vgmplay and stateview as controller_info.o has been added to RENDEROBJS in the Makefile --- stateview.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'stateview.c') diff --git a/stateview.c b/stateview.c index fe7ac54..0eca39d 100644 --- a/stateview.c +++ b/stateview.c @@ -79,10 +79,6 @@ void handle_mouse_moved(int mouse, uint16_t x, uint16_t y, int16_t deltax, int16 { } -void controller_add_mappings() -{ -} - tern_node * config; int headless = 0; -- cgit v1.2.3