Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
The format_version isn't used anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Feb 14, 2011
1 parent 0b71b7e commit 273b830
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions include/SDL_surface.h
Expand Up @@ -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;
Expand Down

0 comments on commit 273b830

Please sign in to comment.