author | Sam Lantinga <slouken@libsdl.org> |
Sun, 13 Feb 2011 22:30:06 -0800 | |
changeset 5292 | 22335352d750 |
parent 5291 | 39208c821449 |
child 5293 | 7e9cdbbf7ba1 |
--- a/include/SDL_surface.h Sun Feb 13 14:05:33 2011 -0800 +++ b/include/SDL_surface.h Sun Feb 13 22:30:06 2011 -0800 @@ -89,9 +89,6 @@ /** 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;