Removed some unused vars
This commit is contained in:
parent
628d618662
commit
e62f3407c5
|
@ -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;
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue