aboutsummaryrefslogtreecommitdiff
path: root/engines/pink/objects/inventory.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/pink/objects/inventory.h')
-rw-r--r--engines/pink/objects/inventory.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/pink/objects/inventory.h b/engines/pink/objects/inventory.h
index f693811a97..6dacd8743c 100644
--- a/engines/pink/objects/inventory.h
+++ b/engines/pink/objects/inventory.h
@@ -43,7 +43,6 @@ public:
virtual void deserialize(Archive &archive);
-
private:
Common::Array<InventoryItem*> _invItems;
// other fields. haven't RE them yet