SDL_render.h: Remove unnecessary `struct x;` before `typedef struct x x;`.

This commit is contained in:
Ryan C. Gordon 2024-05-16 12:21:14 -04:00
parent 45df084287
commit 253c917296
No known key found for this signature in database
GPG Key ID: FA148B892AB48044
1 changed files with 0 additions and 2 deletions

View File

@ -125,7 +125,6 @@ typedef enum SDL_RendererLogicalPresentation
*
* \since This struct is available since SDL 3.0.0.
*/
struct SDL_Renderer;
typedef struct SDL_Renderer SDL_Renderer;
/**
@ -133,7 +132,6 @@ typedef struct SDL_Renderer SDL_Renderer;
*
* \since This struct is available since SDL 3.0.0.
*/
struct SDL_Texture;
typedef struct SDL_Texture SDL_Texture;
/* Function prototypes */