The format_version isn't used anymore.
This commit is contained in:
parent
19ffc209ef
commit
da8fc93d71
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue