Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Unused variables
  • Loading branch information
flibitijibibo committed Apr 24, 2020
1 parent e6ee4f8 commit 2d944f2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mojoshader_effects.c
Expand Up @@ -613,7 +613,6 @@ static void readsmallobjects(const uint32 numsmallobjects,
int i, j;
MOJOSHADER_parseData *pd;
MOJOSHADER_malloc m = effect->ctx.m;
MOJOSHADER_free f = effect->ctx.f;
void *d = effect->ctx.malloc_data;

if (numsmallobjects == 0) return;
Expand Down Expand Up @@ -1624,7 +1623,7 @@ void MOJOSHADER_effectBegin(MOJOSHADER_effect *effect,
void MOJOSHADER_effectBeginPass(MOJOSHADER_effect *effect,
unsigned int pass)
{
int i, j;
int i;
MOJOSHADER_effectPass *curPass;
MOJOSHADER_effectState *state;
MOJOSHADER_effectShader *rawVert = effect->current_vert_raw;
Expand Down

0 comments on commit 2d944f2

Please sign in to comment.