diff options
author | Michael Pavone <pavone@retrodev.com> | 2019-03-20 22:06:29 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2019-03-20 22:06:29 -0700 |
commit | 6f9b28e1a9bb955387cf05a250cecde0b433077f (patch) | |
tree | 6a41f7c32ac4ec670824928b96605ce7de4654be | |
parent | a460f11a88ad30ff938327428e53319518cfdce4 (diff) |
Remove dummy controller_add_mappings definitions from vgmplay and stateview as controller_info.o has been added to RENDEROBJS in the Makefile
-rw-r--r-- | stateview.c | 4 | ||||
-rw-r--r-- | vgmplay.c | 4 |
2 files changed, 0 insertions, 8 deletions
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; @@ -62,10 +62,6 @@ void handle_mouseup(int mouse, int button) { } -void controller_add_mappings() -{ -} - int headless = 0; #define CYCLE_LIMIT MCLKS_NTSC/60 |