aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control
diff options
context:
space:
mode:
authorPaul Gilbert2018-03-12 18:56:25 -0400
committerPaul Gilbert2018-03-12 18:56:25 -0400
commitaca61ca2080a4f4830c12c239c79602f95cca8d1 (patch)
tree3020d5a679af4b135036eb10bb7825147e8d1781 /engines/titanic/pet_control
parenta17cf913d513e1ade630ecae124b8e522fe69d73 (diff)
downloadscummvm-rg350-aca61ca2080a4f4830c12c239c79602f95cca8d1.tar.gz
scummvm-rg350-aca61ca2080a4f4830c12c239c79602f95cca8d1.tar.bz2
scummvm-rg350-aca61ca2080a4f4830c12c239c79602f95cca8d1.zip
TITANIC: Removed unused arrays and fields
Diffstat (limited to 'engines/titanic/pet_control')
-rw-r--r--engines/titanic/pet_control/pet_inventory.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/titanic/pet_control/pet_inventory.h b/engines/titanic/pet_control/pet_inventory.h
index 32f5eb4b12..c72145e0ab 100644
--- a/engines/titanic/pet_control/pet_inventory.h
+++ b/engines/titanic/pet_control/pet_inventory.h
@@ -38,7 +38,6 @@ private:
CTextControl _text;
CPetInventoryGlyphs _items;
CGameObject *_itemBackgrounds[46];
- CGameObject *_itemGlyphs[46];
CGameObject *_movie;
bool _isLoading;
int _titaniaBitFlags;