diff options
author | Paul Gilbert | 2014-10-22 21:05:47 -0400 |
---|---|---|
committer | Paul Gilbert | 2014-10-22 21:05:47 -0400 |
commit | 6fc5092c039e296195709c2274f2a9d4238b6986 (patch) | |
tree | 953f002bcf27101c03fcbd535c5f97a758340966 | |
parent | c021759ad2f0fdb723f98a62739bdf6d5de9c350 (diff) | |
download | scummvm-rg350-6fc5092c039e296195709c2274f2a9d4238b6986.tar.gz scummvm-rg350-6fc5092c039e296195709c2274f2a9d4238b6986.tar.bz2 scummvm-rg350-6fc5092c039e296195709c2274f2a9d4238b6986.zip |
MADS: Remove unused variable
-rw-r--r-- | engines/mads/nebular/sound_nebular.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/mads/nebular/sound_nebular.cpp b/engines/mads/nebular/sound_nebular.cpp index a6dce74bba..0a054440b2 100644 --- a/engines/mads/nebular/sound_nebular.cpp +++ b/engines/mads/nebular/sound_nebular.cpp @@ -220,7 +220,6 @@ ASound::~ASound() { } void ASound::validate() { - byte digest[16]; Common::File f; static const char *const MD5[] = { "205398468de2c8873b7d4d73d5be8ddc", |