Browse Source

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

Ryan C. Gordon 11 months ago
parent
commit
253c917296
1 changed files with 0 additions and 2 deletions
  1. 0 2
      include/SDL3/SDL_render.h

+ 0 - 2
include/SDL3/SDL_render.h

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