Skip to content

Commit

Permalink
Remove leftover unused field from sdl_render_data.
Browse files Browse the repository at this point in the history
  • Loading branch information
AliceLR committed Nov 7, 2024
1 parent cb493bd commit 054a1fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/render_sdl.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ struct sdl_render_data
SDL_Window *window;
SDL_GLContext context;
SDL_PixelFormatDetails *pixel_format;
SDL_ScaleMode screen_scale_mode;
#else
SDL_Overlay *overlay;
#endif
Expand Down

0 comments on commit 054a1fa

Please sign in to comment.