Remove SDL_HAVE_RENDER_GEOMETRY define

This commit is contained in:
Sylvain 2021-09-20 17:17:34 +02:00 committed by Ryan C. Gordon
parent 77026f673b
commit c27e1249e1
4 changed files with 1 additions and 15 deletions

View file

@ -116,12 +116,6 @@
#define SDL_HAVE_YUV !SDL_LEAN_AND_MEAN
#endif
/* SDL Renderer
- SDL_RenderGeometry() */
#ifndef SDL_HAVE_RENDER_GEOMETRY
#define SDL_HAVE_RENDER_GEOMETRY !SDL_LEAN_AND_MEAN
#endif
#include "SDL_assert.h"
#include "SDL_log.h"