aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Gilbert2012-05-13 00:47:28 +1000
committerPaul Gilbert2012-05-13 00:47:28 +1000
commitef4846c1218b0709a71ffb5feafebebd26988a4d (patch)
treeebdcd8c29593fed6d97622447780643d3f475bd5
parent8a88ad861d68bd4c5a1a932d9da2518569ecc4ff (diff)
downloadscummvm-rg350-ef4846c1218b0709a71ffb5feafebebd26988a4d.tar.gz
scummvm-rg350-ef4846c1218b0709a71ffb5feafebebd26988a4d.tar.bz2
scummvm-rg350-ef4846c1218b0709a71ffb5feafebebd26988a4d.zip
TINSEL: Fix compiler warning
-rw-r--r--engines/tinsel/rince.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/tinsel/rince.h b/engines/tinsel/rince.h
index b34c3f20de..623f3ee137 100644
--- a/engines/tinsel/rince.h
+++ b/engines/tinsel/rince.h
@@ -31,7 +31,6 @@
namespace Tinsel {
struct OBJECT;
-struct Common::PROCESS;
enum NPS {NOT_IN, GOING_UP, GOING_DOWN, LEAVING, ENTERING};