Remove unused variable

Co-authored-by: Seija <71219152+PokeCodec@users.noreply.github.com>
This commit is contained in:
aaaaaa123456789 2020-10-26 15:51:10 -03:00 committed by GitHub
parent 00db69a302
commit 4bbc14ecdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -998,7 +998,6 @@ void ResetLinkContestBoolean(void)
static void SetupContestGpuRegs(void)
{
u16 savedIme;
SetGpuReg(REG_OFFSET_DISPCNT, DISPCNT_OBJ_1D_MAP);
SetGpuReg(REG_OFFSET_BLDCNT, 0);
@ -6100,4 +6099,3 @@ void StripPlayerAndMonNamesForLinkContest(struct ContestPokemon *mon, s32 langua
}
}