aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel
diff options
context:
space:
mode:
authorPaul Gilbert2010-10-22 21:23:44 +0000
committerPaul Gilbert2010-10-22 21:23:44 +0000
commita88d7b29050ce8b149e29a4d3b7f57fa21c3e2d1 (patch)
tree3c2c193c6071d536193f860e65d9d48c35441399 /engines/tinsel
parent63862026bc5dd0fe4d171ee75cd3784211beda44 (diff)
downloadscummvm-rg350-a88d7b29050ce8b149e29a4d3b7f57fa21c3e2d1.tar.gz
scummvm-rg350-a88d7b29050ce8b149e29a4d3b7f57fa21c3e2d1.tar.bz2
scummvm-rg350-a88d7b29050ce8b149e29a4d3b7f57fa21c3e2d1.zip
TINSEL: Remove unused function
svn-id: r53711
Diffstat (limited to 'engines/tinsel')
-rw-r--r--engines/tinsel/tinlib.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/engines/tinsel/tinlib.cpp b/engines/tinsel/tinlib.cpp
index b65be231bf..ac6d54d6ae 100644
--- a/engines/tinsel/tinlib.cpp
+++ b/engines/tinsel/tinlib.cpp
@@ -4015,12 +4015,6 @@ static void Walked(CORO_PARAM, int actor, int x, int y, SCNHANDLE film, bool esc
}
/**
- */
-static void WalkedTag(uint16 actorId) {
- RegisterMover(actorId);
-}
-
-/**
* Declare a moving actor.
*/
static void WalkingActor(uint32 id, SCNHANDLE *rp = NULL) {