Skip to content

Commit 94cb776

Browse files
committed
Resync
1 parent 5afdc2e commit 94cb776

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

formats/png/rpng.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ static bool png_process_ihdr(struct png_ihdr *ihdr)
191191
#else
192192
static bool png_process_ihdr(struct png_ihdr *ihdr)
193193
{
194-
unsigned i;
195194
uint8_t ihdr_depth = ihdr->depth;
196195

197196
switch (ihdr->color_type)
@@ -1199,8 +1198,6 @@ void rpng_free(rpng_t *rpng)
11991198

12001199
bool rpng_start(rpng_t *rpng)
12011200
{
1202-
unsigned i;
1203-
12041201
if (!rpng)
12051202
return false;
12061203

0 commit comments

Comments
 (0)