summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--stateview.c4
-rw-r--r--vgmplay.c4
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;
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