diff options
author | yenatch <yenatch@gmail.com> | 2017-08-20 12:33:12 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2017-08-20 12:33:12 -0400 |
commit | c719ff4f0b79833e588bf9bb53954f995c6c775d (patch) | |
tree | a8b965a6061c6ad6f8599e7da4e30945c31310b6 /tools/pokemon_animation_graphics.c | |
parent | 885af5e5438f9d09f822d67c587f7a80b8da15f9 (diff) |
Fix unused variable warnings
Diffstat (limited to 'tools/pokemon_animation_graphics.c')
-rw-r--r-- | tools/pokemon_animation_graphics.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/pokemon_animation_graphics.c b/tools/pokemon_animation_graphics.c index ae96d7f17..3ee1bd4cb 100644 --- a/tools/pokemon_animation_graphics.c +++ b/tools/pokemon_animation_graphics.c @@ -162,13 +162,11 @@ void create_tilemap(struct Tilemap* tilemap, struct Graphic* graphic, char* grap } int main(int argc, char* argv[]) { - int opt; char* dimensions_filename; char* graphics_filename; char* outfile = NULL; char* mapfile = NULL; FILE* f; - long size; uint8_t bytes[1]; int width; int height; |