From bdc3742ced49ffcf48b7cab543758b8976fc94a2 Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Wed, 1 Dec 2010 21:05:08 +0000 Subject: MOHAWK: Split makingof and preview opcodes into their own class (and now all are separate) svn-id: r54723 --- engines/mohawk/myst_stacks/myst.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'engines/mohawk/myst_stacks/myst.h') diff --git a/engines/mohawk/myst_stacks/myst.h b/engines/mohawk/myst_stacks/myst.h index 2b141f0992..38f7a9bdea 100644 --- a/engines/mohawk/myst_stacks/myst.h +++ b/engines/mohawk/myst_stacks/myst.h @@ -67,7 +67,6 @@ private: void opcode_212_run(); void opcode_212_disable(); - DECLARE_OPCODE(opcode_100); DECLARE_OPCODE(opcode_101); DECLARE_OPCODE(opcode_102); DECLARE_OPCODE(opcode_103); @@ -92,8 +91,6 @@ private: DECLARE_OPCODE(opcode_183); DECLARE_OPCODE(opcode_184); DECLARE_OPCODE(opcode_185); - DECLARE_OPCODE(opcode_196); - DECLARE_OPCODE(opcode_197); DECLARE_OPCODE(opcode_198); DECLARE_OPCODE(opcode_199); @@ -119,8 +116,6 @@ private: DECLARE_OPCODE(opcode_220); DECLARE_OPCODE(opcode_221); DECLARE_OPCODE(opcode_222); - DECLARE_OPCODE(opcode_298); - DECLARE_OPCODE(opcode_299); DECLARE_OPCODE(opcode_300); DECLARE_OPCODE(opcode_301); -- cgit v1.2.3