Comment out unused code

This commit is contained in:
Twinaphex 2014-10-15 03:25:36 +02:00
parent 9eabdc0dcc
commit c9bd4ad589

View File

@ -85,6 +85,7 @@ static void hidpad_ps4_disconnect(void *data)
free(device); free(device);
} }
#if 0
static uint32_t hidpad_ps4_get_buttons(void *data) static uint32_t hidpad_ps4_get_buttons(void *data)
{ {
uint32_t result = 0; uint32_t result = 0;
@ -125,7 +126,6 @@ static uint32_t hidpad_ps4_get_buttons(void *data)
return result; return result;
} }
#if 0
static int16_t hidpad_ps4_get_axis(void *data, unsigned axis) static int16_t hidpad_ps4_get_axis(void *data, unsigned axis)
{ {
struct hidpad_ps4_data *device = (struct hidpad_ps4_data*)data; struct hidpad_ps4_data *device = (struct hidpad_ps4_data*)data;