diff options
author | Paul Gilbert | 2010-10-22 21:23:44 +0000 |
---|---|---|
committer | Paul Gilbert | 2010-10-22 21:23:44 +0000 |
commit | a88d7b29050ce8b149e29a4d3b7f57fa21c3e2d1 (patch) | |
tree | 3c2c193c6071d536193f860e65d9d48c35441399 | |
parent | 63862026bc5dd0fe4d171ee75cd3784211beda44 (diff) | |
download | scummvm-rg350-a88d7b29050ce8b149e29a4d3b7f57fa21c3e2d1.tar.gz scummvm-rg350-a88d7b29050ce8b149e29a4d3b7f57fa21c3e2d1.tar.bz2 scummvm-rg350-a88d7b29050ce8b149e29a4d3b7f57fa21c3e2d1.zip |
TINSEL: Remove unused function
svn-id: r53711
-rw-r--r-- | engines/tinsel/tinlib.cpp | 6 |
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) { |