Remove unused SDL_TextureModulate enum

Fixes https://github.com/libsdl-org/SDL/issues/6387
This commit is contained in:
Sam Lantinga 2023-11-07 09:23:26 -08:00
parent 9458cbf75e
commit b5057edf29
3 changed files with 0 additions and 21 deletions

View file

@ -65,7 +65,6 @@ struct SDL_Texture
int access; /**< SDL_TextureAccess */
int w; /**< The width of the texture */
int h; /**< The height of the texture */
int modMode; /**< The texture modulation mode */
SDL_BlendMode blendMode; /**< The texture blend mode */
SDL_ScaleMode scaleMode; /**< The texture scale mode */
SDL_Color color; /**< Texture modulation values */