Remove unused common symbols in window.c

This commit is contained in:
GriffinR
2022-08-15 14:09:07 -04:00
parent 020266463c
commit 62aed217fe
3 changed files with 0 additions and 9 deletions

View File

@@ -4,11 +4,8 @@
#include "bg.h"
#include "blit.h"
u32 gUnusedWindowVar1;
u32 gUnusedWindowVar2;
// This global is set to 0 and never changed.
u8 gTransparentTileNumber;
u32 gUnusedWindowVar3;
void *gWindowBgTilemapBuffers[NUM_BACKGROUNDS];
extern u32 gWindowTileAutoAllocEnabled;