aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/util
diff options
context:
space:
mode:
authorEugene Sandulenko2010-10-18 17:13:03 +0000
committerEugene Sandulenko2010-10-18 17:13:03 +0000
commitc360aa9d142f038785a9805972cc6950398a4443 (patch)
treee77c36dab70b786679550b58ecd7ef44077a1722 /engines/sword25/util
parent3feac393b0c951c53d96181b320dd42f5c725f35 (diff)
downloadscummvm-rg350-c360aa9d142f038785a9805972cc6950398a4443.tar.gz
scummvm-rg350-c360aa9d142f038785a9805972cc6950398a4443.tar.bz2
scummvm-rg350-c360aa9d142f038785a9805972cc6950398a4443.zip
SWORD25: Fix warning
svn-id: r53569
Diffstat (limited to 'engines/sword25/util')
-rw-r--r--engines/sword25/util/pluto/pluto.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/sword25/util/pluto/pluto.cpp b/engines/sword25/util/pluto/pluto.cpp
index 61eb40e984..9e7d0c804d 100644
--- a/engines/sword25/util/pluto/pluto.cpp
+++ b/engines/sword25/util/pluto/pluto.cpp
@@ -1470,6 +1470,7 @@ static void unpersistpermanent(int ref, UnpersistInfo *upi)
/* perms reftbl perm */
}
+#if 0
/* For debugging only; not called when lua_assert is empty */
static int inreftable(lua_State *L, int ref)
{
@@ -1485,6 +1486,7 @@ static int inreftable(lua_State *L, int ref)
/* perms reftbl ... */
return res;
}
+#endif
static void unpersist(UnpersistInfo *upi)
{