Skip to content

Commit

Permalink
Update Image.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
svandecappelle committed Jul 10, 2014
1 parent 0eefc23 commit 9fa62ba
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/Image.cc
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@ typedef struct {
} gif_data_t;
#endif

#if GIFLIB_MAJOR > 5 || GIFLIB_MAJOR == 5 && GIFLIB_MINOR >= 1
#define GIF_CLOSE_FILE(gif) DGifCloseFile(gif, NULL)
#else
#define GIF_CLOSE_FILE(gif) DGifCloseFile(gif)
#endif

/*
* Read closure used by loadFromBuffer.
*/
Expand Down

0 comments on commit 9fa62ba

Please sign in to comment.