소스 검색

Removed unused SDL_OSEvent

Sam Lantinga 1 년 전
부모
커밋
fb92d150d9
1개의 변경된 파일0개의 추가작업 그리고 9개의 파일을 삭제
  1. 0 9
      include/SDL_events.h

+ 0 - 9
include/SDL_events.h

@@ -580,15 +580,6 @@ typedef struct SDL_QuitEvent
     Uint32 timestamp;   /**< In milliseconds, populated using SDL_GetTicks() */
 } SDL_QuitEvent;
 
-/**
- *  \brief OS Specific event
- */
-typedef struct SDL_OSEvent
-{
-    Uint32 type;        /**< ::SDL_QUIT */
-    Uint32 timestamp;   /**< In milliseconds, populated using SDL_GetTicks() */
-} SDL_OSEvent;
-
 /**
  *  \brief A user-defined event type (event.user.*)
  */