Removed some unused vars
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@854 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
parent
4d74125282
commit
214a80d12c
|
@ -20,10 +20,6 @@ int gfxBG3Changed = 0;
|
||||||
|
|
||||||
int gfxBG2X = 0;
|
int gfxBG2X = 0;
|
||||||
int gfxBG2Y = 0;
|
int gfxBG2Y = 0;
|
||||||
int gfxBG2LastX = 0;
|
|
||||||
int gfxBG2LastY = 0;
|
|
||||||
int gfxBG3X = 0;
|
int gfxBG3X = 0;
|
||||||
int gfxBG3Y = 0;
|
int gfxBG3Y = 0;
|
||||||
int gfxBG3LastX = 0;
|
|
||||||
int gfxBG3LastY = 0;
|
|
||||||
int gfxLastVCOUNT = 0;
|
int gfxLastVCOUNT = 0;
|
||||||
|
|
|
@ -87,12 +87,8 @@ extern int gfxBG3Changed;
|
||||||
|
|
||||||
extern int gfxBG2X;
|
extern int gfxBG2X;
|
||||||
extern int gfxBG2Y;
|
extern int gfxBG2Y;
|
||||||
extern int gfxBG2LastX;
|
|
||||||
extern int gfxBG2LastY;
|
|
||||||
extern int gfxBG3X;
|
extern int gfxBG3X;
|
||||||
extern int gfxBG3Y;
|
extern int gfxBG3Y;
|
||||||
extern int gfxBG3LastX;
|
|
||||||
extern int gfxBG3LastY;
|
|
||||||
extern int gfxLastVCOUNT;
|
extern int gfxLastVCOUNT;
|
||||||
|
|
||||||
static inline void gfxClearArray(u32 *array)
|
static inline void gfxClearArray(u32 *array)
|
||||||
|
|
Loading…
Reference in New Issue