From 3b3dbb5adbdbc1eaa558220b52023c719bb1941d Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Tue, 1 Oct 2019 08:50:04 -0700 Subject: [PATCH] Removed unused volume check interval --- src/joystick/hidapi/SDL_hidapi_ps4.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/joystick/hidapi/SDL_hidapi_ps4.c b/src/joystick/hidapi/SDL_hidapi_ps4.c index 7a2ed4221610c..befe883c41565 100644 --- a/src/joystick/hidapi/SDL_hidapi_ps4.c +++ b/src/joystick/hidapi/SDL_hidapi_ps4.c @@ -48,8 +48,6 @@ #define USB_PACKET_LENGTH 64 -#define VOLUME_CHECK_INTERVAL_MS (10 * 1000) - typedef enum { k_EPS4ReportIdUsbState = 1,