Removed some unused vars

This commit is contained in:
bgk 2009-01-26 18:52:42 +00:00
parent 628d618662
commit e62f3407c5
2 changed files with 0 additions and 8 deletions

View File

@ -20,10 +20,6 @@ int gfxBG3Changed = 0;
int gfxBG2X = 0;
int gfxBG2Y = 0;
int gfxBG2LastX = 0;
int gfxBG2LastY = 0;
int gfxBG3X = 0;
int gfxBG3Y = 0;
int gfxBG3LastX = 0;
int gfxBG3LastY = 0;
int gfxLastVCOUNT = 0;

View File

@ -87,12 +87,8 @@ extern int gfxBG3Changed;
extern int gfxBG2X;
extern int gfxBG2Y;
extern int gfxBG2LastX;
extern int gfxBG2LastY;
extern int gfxBG3X;
extern int gfxBG3Y;
extern int gfxBG3LastX;
extern int gfxBG3LastY;
extern int gfxLastVCOUNT;
static inline void gfxClearArray(u32 *array)