Remove unused local variables and functions

This commit is contained in:
GriffinR
2021-01-19 17:50:52 -05:00
parent c2ddb92c9e
commit b65980cd4e
46 changed files with 8 additions and 66 deletions

View File

@@ -489,7 +489,6 @@ static void BuyMenuFreeMemory(void)
static void BuyMenuBuildListMenuTemplate(void)
{
u16 i;
u16 itemCount;
gUnknown_02039F74 = Alloc((gMartInfo.itemCount + 1) * sizeof(*gUnknown_02039F74));
gUnknown_02039F78 = Alloc((gMartInfo.itemCount + 1) * sizeof(*gUnknown_02039F78));