diff options
author | Sam Lantinga <slouken@libsdl.org> | 2007-09-10 12:20:02 +0000 |
---|---|---|
committer | Sam Lantinga <slouken@libsdl.org> | 2007-09-10 12:20:02 +0000 |
commit | 4f2f07efffca1e1f3ec0c6033b88aa0436947ba6 (patch) | |
tree | 3657936aff5a489d9ca3743f2a56a596f1236b2f /src/video/SDL_rect_c.h | |
parent | 1e891ee4f28c8536607336b4e00dbc30d843972d (diff) |
Split out the SDL_rect and SDL_surface functions into their own headers.
Removed unused count from the dirty rect list.
Diffstat (limited to 'src/video/SDL_rect_c.h')
-rw-r--r-- | src/video/SDL_rect_c.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/video/SDL_rect_c.h b/src/video/SDL_rect_c.h index 0f4d3bf069..1bde59c3bc 100644 --- a/src/video/SDL_rect_c.h +++ b/src/video/SDL_rect_c.h @@ -29,7 +29,6 @@ typedef struct SDL_DirtyRect typedef struct SDL_DirtyRectList { - int count; SDL_DirtyRect *list; SDL_DirtyRect *free; } SDL_DirtyRectList; |