Tidy up an unused variable warning

This commit is contained in:
Micah Elizabeth Scott 2015-12-19 09:22:28 -08:00
parent fbbbff9359
commit 8cd8493a7f
1 changed files with 0 additions and 1 deletions

View File

@ -30,7 +30,6 @@ int log_level = 0;
static const int NUM_IMAGES = 4;
static const int NUM_HEADERS = NUM_IMAGES + 1;
static const int HEADER_SIZE = 32;
static const int HEADERS_SIZE = NUM_HEADERS * HEADER_SIZE;
static void write_byte(std::ostream &ofs, uint32_t &file_offset, uint8_t byte)
{