Skip to content

Commit 797b79b

Browse files
committed
(RBMP) Get rid of unused variable
1 parent a938ca0 commit 797b79b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • libretro-common/formats/bmp

libretro-common/formats/bmp/rbmp.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,6 @@ static uint32_t *rbmp_bmp_load(rbmp_context *s, unsigned *x, unsigned *y,
307307
{
308308
/* Palette mode: pre-convert palette to uint32 in target byte order */
309309
uint32_t pal32[256];
310-
int z = 0;
311310

312311
if (psize == 0 || psize > 256)
313312
{

0 commit comments

Comments
 (0)