소스 검색

SDL_hidapi.h: remove struct predeclaration before typedef.

Ryan C. Gordon 1 년 전
부모
커밋
15f850babc
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      include/SDL3/SDL_hidapi.h

+ 0 - 1
include/SDL3/SDL_hidapi.h

@@ -67,7 +67,6 @@ extern "C" {
  *
  * \since This struct is available since SDL 3.0.0.
  */
-struct SDL_hid_device;
 typedef struct SDL_hid_device SDL_hid_device; /**< opaque hidapi structure */
 
 /**