Remove unused variables.

svn-id: r45382
This commit is contained in:
Travis Howell 2009-10-25 23:12:46 +00:00
parent 290f7b3937
commit 7e98cf5ca9

View File

@ -306,7 +306,6 @@ protected:
struct {
uint16 nametable[4096], nametableObj[512];
byte colortable[4096], colortableObj[512];
byte attributes[64], attributesObj[64];
uint16 masktable[4096], masktableObj[512];
int objX;
bool hasmask;