diff options
-rw-r--r-- | engines/kyra/kyra.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/kyra/kyra.h b/engines/kyra/kyra.h index 1122919502..03aaf2915c 100644 --- a/engines/kyra/kyra.h +++ b/engines/kyra/kyra.h @@ -205,8 +205,6 @@ protected: GameFlags _flags; int _lang; - void updateLanguage(); - // opcode virtual void setupOpcodeTable() = 0; Common::Array<const Opcode*> _opcodes; |