Commit 3b3dbb5adbdbc1eaa558220b52023c719bb1941d

Sam Lantinga 2019-10-01T08:50:04

Removed unused volume check interval

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/joystick/hidapi/SDL_hidapi_ps4.c b/src/joystick/hidapi/SDL_hidapi_ps4.c
index 7a2ed42..befe883 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,