aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Sandulenko2014-05-02 12:12:30 +0300
committerEugene Sandulenko2014-05-02 12:12:30 +0300
commitcdcf9c5d89154b55b6b034ff84b35acab1b80a41 (patch)
treefc64fea7e07aa094f7f554fba8b60de5d6492790
parent3b54cc0e8153d0a91ecc5825ccb3144f7303b260 (diff)
downloadscummvm-rg350-cdcf9c5d89154b55b6b034ff84b35acab1b80a41.tar.gz
scummvm-rg350-cdcf9c5d89154b55b6b034ff84b35acab1b80a41.tar.bz2
scummvm-rg350-cdcf9c5d89154b55b6b034ff84b35acab1b80a41.zip
FULLPIPE: Remove unused class variable
-rw-r--r--engines/fullpipe/scene.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/fullpipe/scene.h b/engines/fullpipe/scene.h
index 6c53755eb8..1e2dae81fe 100644
--- a/engines/fullpipe/scene.h
+++ b/engines/fullpipe/scene.h
@@ -34,7 +34,7 @@ class Scene : public Background {
Common::Array<StaticANIObject *> _staticANIObjectList1;
Common::Array<StaticANIObject *> _staticANIObjectList2;
Common::Array<MessageQueue *> _messageQueueList;
- PtrList _faObjectList;
+ // PtrList _faObjectList; // not used
Shadows *_shadows;
SoundList *_soundList;
int16 _sceneId;