Commit da8fc93d authored by Sam Lantinga's avatar Sam Lantinga

The format_version isn't used anymore.

parent 19ffc209
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment