aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/sprites.h
diff options
context:
space:
mode:
authorPaul Gilbert2014-03-15 11:22:19 -0400
committerPaul Gilbert2014-03-15 11:22:19 -0400
commit49ca357e9ef19aa2650ca42b1f42c8aacf937ec6 (patch)
treef6e064a4f2964e11c10a95f4777c70cc06cf9a62 /engines/mads/sprites.h
parentd2bbdd255a43915267bac8dce6998c8f843979da (diff)
downloadscummvm-rg350-49ca357e9ef19aa2650ca42b1f42c8aacf937ec6.tar.gz
scummvm-rg350-49ca357e9ef19aa2650ca42b1f42c8aacf937ec6.tar.bz2
scummvm-rg350-49ca357e9ef19aa2650ca42b1f42c8aacf937ec6.zip
MADS: Remove redundant _encoding field from MSprite
Diffstat (limited to 'engines/mads/sprites.h')
-rw-r--r--engines/mads/sprites.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/mads/sprites.h b/engines/mads/sprites.h
index e0e91dc974..2d5b2089b9 100644
--- a/engines/mads/sprites.h
+++ b/engines/mads/sprites.h
@@ -111,7 +111,6 @@ public:
virtual ~MSprite();
Common::Point _offset;
- uint8 _encoding;
byte getTransparencyIndex() const;
};