The format_version isn't used anymore.

This commit is contained in:
Sam Lantinga 2011-02-13 22:30:06 -08:00
parent 19ffc209ef
commit da8fc93d71

View file

@ -89,9 +89,6 @@ typedef struct SDL_Surface
/** info for fast blit mapping to other surfaces */
struct SDL_BlitMap *map; /**< Private */
/** format version, bumped at every change to invalidate blit maps */
int format_version; /**< Private */
/** Reference count -- used when freeing surface */
int refcount; /**< Read-mostly */
} SDL_Surface;