aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm
diff options
context:
space:
mode:
authorTravis Howell2009-10-25 23:12:46 +0000
committerTravis Howell2009-10-25 23:12:46 +0000
commit7e98cf5ca9d6c41c4c97a83cebdfd9840d55f06d (patch)
tree87499cba82adfe695bc7a046a192495410a3652c /engines/scumm
parent290f7b3937d684d24b5bdd303698ea040c03de16 (diff)
downloadscummvm-rg350-7e98cf5ca9d6c41c4c97a83cebdfd9840d55f06d.tar.gz
scummvm-rg350-7e98cf5ca9d6c41c4c97a83cebdfd9840d55f06d.tar.bz2
scummvm-rg350-7e98cf5ca9d6c41c4c97a83cebdfd9840d55f06d.zip
Remove unused variables.
svn-id: r45382
Diffstat (limited to 'engines/scumm')
-rw-r--r--engines/scumm/gfx.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/scumm/gfx.h b/engines/scumm/gfx.h
index 34ba63164c..5a4f81da99 100644
--- a/engines/scumm/gfx.h
+++ b/engines/scumm/gfx.h
@@ -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;