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

View File

@@ -125,7 +125,6 @@ typedef enum SDL_RendererLogicalPresentation
* *
* \since This struct is available since SDL 3.0.0. * \since This struct is available since SDL 3.0.0.
*/ */
struct SDL_Renderer;
typedef struct SDL_Renderer 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. * \since This struct is available since SDL 3.0.0.
*/ */
struct SDL_Texture;
typedef struct SDL_Texture SDL_Texture; typedef struct SDL_Texture SDL_Texture;
/* Function prototypes */ /* Function prototypes */