Skip to content

Commit

Permalink
Remove struct SDL_Camera predeclare.
Browse files Browse the repository at this point in the history
This is unnecessary and confuses the wiki bridge.
  • Loading branch information
icculus committed Jul 12, 2024
1 parent 7277d69 commit bf03dee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/SDL3/SDL_camera.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ typedef Uint32 SDL_CameraDeviceID;
*
* \since This struct is available since SDL 3.0.0.
*/
struct SDL_Camera;
typedef struct SDL_Camera SDL_Camera;

/**
Expand Down

0 comments on commit bf03dee

Please sign in to comment.