From c9bd4ad5896d1e8c0dcf4c57acdfbf328c1c7485 Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Wed, 15 Oct 2014 03:25:36 +0200 Subject: [PATCH] Comment out unused code --- input/connect/connect_ps4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input/connect/connect_ps4.c b/input/connect/connect_ps4.c index 1c3ff2b382..f89c8d8bcb 100644 --- a/input/connect/connect_ps4.c +++ b/input/connect/connect_ps4.c @@ -85,6 +85,7 @@ static void hidpad_ps4_disconnect(void *data) free(device); } +#if 0 static uint32_t hidpad_ps4_get_buttons(void *data) { uint32_t result = 0; @@ -125,7 +126,6 @@ static uint32_t hidpad_ps4_get_buttons(void *data) return result; } -#if 0 static int16_t hidpad_ps4_get_axis(void *data, unsigned axis) { struct hidpad_ps4_data *device = (struct hidpad_ps4_data*)data;