diff options
author | RichieSams | 2013-09-22 14:41:56 -0500 |
---|---|---|
committer | RichieSams | 2013-09-22 14:41:56 -0500 |
commit | 48979c557bc580efa3fc02021fbae955a3ce4f09 (patch) | |
tree | 0225c69ab39911e7cc65756e69f0124399cf5c55 | |
parent | 69bcb76d050c162b02295784f8a3bb83d73d82c8 (diff) | |
download | scummvm-rg350-48979c557bc580efa3fc02021fbae955a3ce4f09.tar.gz scummvm-rg350-48979c557bc580efa3fc02021fbae955a3ce4f09.tar.bz2 scummvm-rg350-48979c557bc580efa3fc02021fbae955a3ce4f09.zip |
ZVISION: Remove animation.o since animation.cpp is now gone
-rw-r--r-- | engines/zvision/module.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/zvision/module.mk b/engines/zvision/module.mk index 2f2929db67..6a6eedc4d5 100644 --- a/engines/zvision/module.mk +++ b/engines/zvision/module.mk @@ -2,7 +2,6 @@ MODULE := engines/zvision MODULE_OBJS := \ actions.o \ - animation.o \ animation_control.o \ clock.o \ console.o \ |