aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/inventory.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2013-07-20 23:55:04 +0300
committerEugene Sandulenko2013-09-06 14:51:04 +0300
commitc4499bb4b290484cd1af35f2c354e0b2897e4a62 (patch)
tree92f2c4b8c6c307bca7fc6ce6c255174ff0aa162f /engines/fullpipe/inventory.cpp
parent62cbdd81f0843ad10fb768e8cf97222144cb8a1e (diff)
downloadscummvm-rg350-c4499bb4b290484cd1af35f2c354e0b2897e4a62.tar.gz
scummvm-rg350-c4499bb4b290484cd1af35f2c354e0b2897e4a62.tar.bz2
scummvm-rg350-c4499bb4b290484cd1af35f2c354e0b2897e4a62.zip
FULLPIPE: Further work on sceneSwitcher
Diffstat (limited to 'engines/fullpipe/inventory.cpp')
-rw-r--r--engines/fullpipe/inventory.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/fullpipe/inventory.cpp b/engines/fullpipe/inventory.cpp
index 5ee85aab02..0480753bc2 100644
--- a/engines/fullpipe/inventory.cpp
+++ b/engines/fullpipe/inventory.cpp
@@ -28,10 +28,6 @@
namespace Fullpipe {
-CInventory2 *getGameLoaderInventory() {
- return &g_fullpipe->_gameLoader->_inventory;
-}
-
bool CInventory::load(MfcArchive &file) {
debug(5, "CInventory::load()");