From 2ad2f08f4df14109e5031b14389cd404f5f056f8 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sun, 13 Feb 2011 22:30:06 -0800 Subject: [PATCH] The format_version isn't used anymore. --- include/SDL_surface.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/SDL_surface.h b/include/SDL_surface.h index 7bbbb0af2..dbff402f5 100644 --- a/include/SDL_surface.h +++ b/include/SDL_surface.h @@ -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;