Skip to content

Commit

Permalink
textures.c remove unused struct member
Browse files Browse the repository at this point in the history
  • Loading branch information
KrahJohlito committed Aug 17, 2021
1 parent 9ebbc37 commit 5030ae7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/textures.c
Expand Up @@ -296,7 +296,6 @@ typedef struct
int numPalette;
int numTrans;
png_bytep trans;
png_clut_t *clut;
} png_texture_t;

static png_texture_t pngTexture;
Expand Down

0 comments on commit 5030ae7

Please sign in to comment.