From 6a62c54b9356da0fb14fdc59091eb0f4eafad967 Mon Sep 17 00:00:00 2001 From: hwsmm Date: Sat, 20 Jul 2024 16:02:33 +0900 Subject: [PATCH] Remove a duplicate definition that is already in SDL_guid.h --- include/SDL3/SDL_joystick.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/SDL3/SDL_joystick.h b/include/SDL3/SDL_joystick.h index d1327e5743..df874b89fb 100644 --- a/include/SDL3/SDL_joystick.h +++ b/include/SDL3/SDL_joystick.h @@ -821,8 +821,6 @@ extern SDL_DECLSPEC const char * SDLCALL SDL_GetJoystickSerial(SDL_Joystick *joy */ extern SDL_DECLSPEC SDL_JoystickType SDLCALL SDL_GetJoystickType(SDL_Joystick *joystick); -extern SDL_DECLSPEC SDL_GUID SDLCALL SDL_GUIDFromString(const char *pchGUID); - /** * Get the device information encoded in a SDL_GUID structure. *