From eed94448fde4da0b494865163b9e9eda5361e031 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Camilla=20L=C3=B6wy?= Date: Tue, 19 Sep 2017 14:12:15 +0200 Subject: [PATCH] Win32: Remove unused GUID --- src/win32_joystick.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/win32_joystick.c b/src/win32_joystick.c index 6da81f7a..ad2dbb2f 100644 --- a/src/win32_joystick.c +++ b/src/win32_joystick.c @@ -66,8 +66,6 @@ static const GUID _glfw_GUID_RzAxis = {0xa36d02e3,0xc9f3,0x11cf,{0xbf,0xc7,0x44,0x45,0x53,0x54,0x00,0x00}}; static const GUID _glfw_GUID_Slider = {0xa36d02e4,0xc9f3,0x11cf,{0xbf,0xc7,0x44,0x45,0x53,0x54,0x00,0x00}}; -static const GUID _glfw_GUID_Button = - {0xa36d02f0,0xc9f3,0x11cf,{0xbf,0xc7,0x44,0x45,0x53,0x54,0x00,0x00}}; static const GUID _glfw_GUID_POV = {0xa36d02f2,0xc9f3,0x11cf,{0xbf,0xc7,0x44,0x45,0x53,0x54,0x00,0x00}}; @@ -79,7 +77,6 @@ static const GUID _glfw_GUID_POV = #define GUID_RyAxis _glfw_GUID_RyAxis #define GUID_RzAxis _glfw_GUID_RzAxis #define GUID_Slider _glfw_GUID_Slider -#define GUID_Button _glfw_GUID_Button #define GUID_POV _glfw_GUID_POV // Object data array for our clone of c_dfDIJoystick