diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-01-19 17:50:52 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-01-19 18:19:33 -0500 |
commit | b65980cd4ea7e1a8052a0d2c5cb6edd73d35b89c (patch) | |
tree | 355ef6baab155f6eb553d534ade7af6f0dac65c8 /src/berry_blender.c | |
parent | c2ddb92c9e0905a6625f83f7b5e0936b630c0597 (diff) |
Remove unused local variables and functions
Diffstat (limited to 'src/berry_blender.c')
-rw-r--r-- | src/berry_blender.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/berry_blender.c b/src/berry_blender.c index 573affbd5..08a25c58a 100644 --- a/src/berry_blender.c +++ b/src/berry_blender.c @@ -2390,7 +2390,7 @@ static s16 Debug_GetGameTimeStage(void) static void CalculatePokeblock(struct BlenderBerry *berries, struct Pokeblock *pokeblock, u8 numPlayers, u8 *flavors, u16 maxRPM) { s32 i, j; - s32 multiuseVar, var2; + s32 multiuseVar; u8 numNegatives; for (i = 0; i < FLAVOR_COUNT + 1; i++) |