diff options
author | uruk | 2014-07-28 16:15:11 +0200 |
---|---|---|
committer | uruk | 2014-07-28 16:17:13 +0200 |
commit | b9d13ae41dfa668b8937d333edb04e571e23c0ad (patch) | |
tree | 26be7b3698d2450f7169edf900553f87870219fd | |
parent | cc7a70d967cc91d7829476f43550c28d0454f976 (diff) | |
download | scummvm-rg350-b9d13ae41dfa668b8937d333edb04e571e23c0ad.tar.gz scummvm-rg350-b9d13ae41dfa668b8937d333edb04e571e23c0ad.tar.bz2 scummvm-rg350-b9d13ae41dfa668b8937d333edb04e571e23c0ad.zip |
CGE2: Get rid of unused variables in Bitmap.
-rw-r--r-- | engines/cge2/bitmap.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/cge2/bitmap.h b/engines/cge2/bitmap.h index 159631ec05..12f7651b36 100644 --- a/engines/cge2/bitmap.h +++ b/engines/cge2/bitmap.h @@ -61,9 +61,6 @@ class Bitmap { Common::String setExtension(const Common::String &str, const Common::String &ext); bool loadVBM(EncryptedStream *f); public: - static uint8 *kSLDesign; - static uint8 *kSRDesign; - uint16 _w; uint16 _h; uint8 *_v; |