diff options
author | Le Philousophe | 2019-05-05 13:21:20 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2019-06-01 22:43:48 +0200 |
commit | bdc6969ea4982363f5d698f62ee6f0f72a9c6a82 (patch) | |
tree | c06a63173db9c2c1288169811a4b3af3a446a5eb /engines/cryomni3d/image | |
parent | adf6ab006cc7b2031f428cf166d0aeaebd3342b7 (diff) | |
download | scummvm-rg350-bdc6969ea4982363f5d698f62ee6f0f72a9c6a82.tar.gz scummvm-rg350-bdc6969ea4982363f5d698f62ee6f0f72a9c6a82.tar.bz2 scummvm-rg350-bdc6969ea4982363f5d698f62ee6f0f72a9c6a82.zip |
CRYOMNI3D: Remove unused private members
This should remove LLVM warnings
Diffstat (limited to 'engines/cryomni3d/image')
-rw-r--r-- | engines/cryomni3d/image/codecs/hlz.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/cryomni3d/image/codecs/hlz.h b/engines/cryomni3d/image/codecs/hlz.h index 4ec8d3e0f1..d8edc63af9 100644 --- a/engines/cryomni3d/image/codecs/hlz.h +++ b/engines/cryomni3d/image/codecs/hlz.h @@ -45,7 +45,6 @@ public: private: Graphics::Surface *_surface; int _width, _height; - int _bitsPerPixel; }; } // End of namespace Image |