From 49ca357e9ef19aa2650ca42b1f42c8aacf937ec6 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 15 Mar 2014 11:22:19 -0400 Subject: MADS: Remove redundant _encoding field from MSprite --- engines/mads/sprites.h | 1 - 1 file changed, 1 deletion(-) (limited to 'engines/mads/sprites.h') 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; }; -- cgit v1.2.3