diff options
author | Eugene Sandulenko | 2014-05-02 12:12:30 +0300 |
---|---|---|
committer | Eugene Sandulenko | 2014-05-02 12:12:30 +0300 |
commit | cdcf9c5d89154b55b6b034ff84b35acab1b80a41 (patch) | |
tree | fc64fea7e07aa094f7f554fba8b60de5d6492790 /engines/fullpipe | |
parent | 3b54cc0e8153d0a91ecc5825ccb3144f7303b260 (diff) | |
download | scummvm-rg350-cdcf9c5d89154b55b6b034ff84b35acab1b80a41.tar.gz scummvm-rg350-cdcf9c5d89154b55b6b034ff84b35acab1b80a41.tar.bz2 scummvm-rg350-cdcf9c5d89154b55b6b034ff84b35acab1b80a41.zip |
FULLPIPE: Remove unused class variable
Diffstat (limited to 'engines/fullpipe')
-rw-r--r-- | engines/fullpipe/scene.h | 2 |
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; |