diff options
Diffstat (limited to 'engines/tinsel/tinlib.cpp')
-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) { |