From b1534913c10f2a33746f465ac219058018fa33a8 Mon Sep 17 00:00:00 2001 From: Willem Jan Palenstijn Date: Wed, 17 Apr 2013 23:49:08 +0200 Subject: [PATCH] SCI: Remove dead code --- engines/sci/parser/vocabulary.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/engines/sci/parser/vocabulary.cpp b/engines/sci/parser/vocabulary.cpp index e56158ecc1b..f5b79d6c5ed 100644 --- a/engines/sci/parser/vocabulary.cpp +++ b/engines/sci/parser/vocabulary.cpp @@ -494,8 +494,6 @@ void Vocabulary::debugDecipherSaidBlock(const byte *addr) { case 0xf9: debugN(">"); break; - case 0xff: - break; } } } while (nextItem != 0xff);