We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5afdc2e commit 94cb776Copy full SHA for 94cb776
1 file changed
formats/png/rpng.c
@@ -191,7 +191,6 @@ static bool png_process_ihdr(struct png_ihdr *ihdr)
191
#else
192
static bool png_process_ihdr(struct png_ihdr *ihdr)
193
{
194
- unsigned i;
195
uint8_t ihdr_depth = ihdr->depth;
196
197
switch (ihdr->color_type)
@@ -1199,8 +1198,6 @@ void rpng_free(rpng_t *rpng)
1199
1198
1200
bool rpng_start(rpng_t *rpng)
1201
1202
1203
-
1204
if (!rpng)
1205
return false;
1206
0 commit comments