mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 18:40:49 +00:00
Comment out unused code
This commit is contained in:
parent
9eabdc0dcc
commit
c9bd4ad589
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user