forgot to remove unnecessary local ptr
This commit is contained in:
parent
f0775000a1
commit
f775ccd571
1 changed files with 0 additions and 2 deletions
|
@ -53,8 +53,6 @@ static const u8 gDiplomaTiles[] = INCBIN_U8("graphics/misc/diploma.4bpp.lz");
|
|||
|
||||
void CB2_ShowDiploma(void)
|
||||
{
|
||||
void **mallocPtr;
|
||||
|
||||
SetVBlankCallback(NULL);
|
||||
SetGpuReg(REG_OFFSET_DISPCNT, DISPCNT_MODE_0);
|
||||
SetGpuReg(REG_OFFSET_BG3CNT, DISPCNT_MODE_0);
|
||||
|
|
Loading…
Reference in a new issue