aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/files.h
diff options
context:
space:
mode:
authorStrangerke2014-02-20 07:49:38 +0100
committerStrangerke2014-02-20 07:49:38 +0100
commit48c439a0eb933b492af35e4524cb13ecdf95cc19 (patch)
treeab6c566463ed37ac39a37384ed40646a288f6aa1 /engines/voyeur/files.h
parent31d3171b65d9e56b3aa0add8ca05fdb542c13a26 (diff)
downloadscummvm-rg350-48c439a0eb933b492af35e4524cb13ecdf95cc19.tar.gz
scummvm-rg350-48c439a0eb933b492af35e4524cb13ecdf95cc19.tar.bz2
scummvm-rg350-48c439a0eb933b492af35e4524cb13ecdf95cc19.zip
VOYEUR: Remove some more variables in ViewPortResource
Diffstat (limited to 'engines/voyeur/files.h')
-rw-r--r--engines/voyeur/files.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/voyeur/files.h b/engines/voyeur/files.h
index 8c5f5d985f..ffc5937c63 100644
--- a/engines/voyeur/files.h
+++ b/engines/voyeur/files.h
@@ -325,11 +325,9 @@ public:
int _pageIndex;
int _lastPage;
Common::Rect _bounds;
- int _field18; // Useless variable
PictureResource *_currentPic;
PictureResource *_activePage;
PictureResource *_pages[2];
- byte *_field30;
// Rect lists and counts. Note that _rectListCount values of '-1' seem to have
// special significance, which is why I'm not making them redundant in favor
@@ -338,7 +336,6 @@ public:
int _rectListCount[3];
Common::Rect _clipRect;
- byte *_field7A;
GraphicMethodPtr _fn1;
ViewPortSetupPtr _setupFn;
ViewPortAddPtr _addFn;