summaryrefslogtreecommitdiff
path: root/render.h
diff options
context:
space:
mode:
Diffstat (limited to 'render.h')
-rw-r--r--render.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/render.h b/render.h
index 92bdbd3..c0454c4 100644
--- a/render.h
+++ b/render.h
@@ -55,9 +55,6 @@ uint32_t render_sample_rate();
void render_debug_mode(uint8_t mode);
void render_debug_pal(uint8_t pal);
void process_events();
-int render_joystick_num_buttons(int joystick);
-int render_joystick_num_hats(int joystick);
-int render_num_joysticks();
int render_width();
int render_height();
int render_fullscreen();