The format_version isn't used anymore.

This commit is contained in:
Sam Lantinga
2011-02-13 22:30:06 -08:00
parent 02677f3644
commit 2ad2f08f4d

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;