Removed unused SDL_OSEvent

This commit is contained in:
Sam Lantinga 2023-11-07 09:14:17 -08:00
parent 1a57f6bb29
commit 9458cbf75e

View File

@ -559,15 +559,6 @@ typedef struct SDL_QuitEvent
Uint64 timestamp; /**< In nanoseconds, populated using SDL_GetTicksNS() */
} SDL_QuitEvent;
/**
* OS Specific event
*/
typedef struct SDL_OSEvent
{
Uint32 type; /**< ::SDL_EVENT_QUIT */
Uint64 timestamp; /**< In nanoseconds, populated using SDL_GetTicksNS() */
} SDL_OSEvent;
/**
* A user-defined event type (event.user.*)
*/