瀏覽代碼

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 */
 
 /**