diff options
author | Max Horn | 2013-04-18 20:14:10 +0200 |
---|---|---|
committer | Max Horn | 2013-04-18 23:50:20 +0200 |
commit | b791edabf7ccba930ad0cea09f9b8449a87d8bcb (patch) | |
tree | 711923358724677015a195a6edb657240c3cd18a /engines/wintermute | |
parent | cdfd5f85c888525c274f309a4b313f8aa2fa6636 (diff) | |
download | scummvm-rg350-b791edabf7ccba930ad0cea09f9b8449a87d8bcb.tar.gz scummvm-rg350-b791edabf7ccba930ad0cea09f9b8449a87d8bcb.tar.bz2 scummvm-rg350-b791edabf7ccba930ad0cea09f9b8449a87d8bcb.zip |
ENGINES: Remove a bunch of unused private member variables
All instances uncovered by clang warnings.
Diffstat (limited to 'engines/wintermute')
-rw-r--r-- | engines/wintermute/base/save_thumb_helper.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/wintermute/base/save_thumb_helper.h b/engines/wintermute/base/save_thumb_helper.h index 43cc7e39a7..0efae26a4a 100644 --- a/engines/wintermute/base/save_thumb_helper.h +++ b/engines/wintermute/base/save_thumb_helper.h @@ -44,7 +44,6 @@ public: BaseImage *_scummVMThumb; private: BaseImage *storeThumb(bool doFlip, int width, int height); - BaseImage *_richThumbnail; BaseGame *_gameRef; }; |