From c35fa646ce4e40ab0e3223a5aec4049e8cb7bbc8 Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Tue, 18 Jan 2011 17:42:34 +0000 Subject: MOHAWK: Move Myst's o_quit opcode to the base class svn-id: r55304 --- engines/mohawk/myst_stacks/credits.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'engines/mohawk/myst_stacks/credits.cpp') diff --git a/engines/mohawk/myst_stacks/credits.cpp b/engines/mohawk/myst_stacks/credits.cpp index 93486928ce..df2a1c08cc 100644 --- a/engines/mohawk/myst_stacks/credits.cpp +++ b/engines/mohawk/myst_stacks/credits.cpp @@ -90,10 +90,6 @@ uint16 MystScriptParser_Credits::getVar(uint16 var) { } } -void MystScriptParser_Credits::o_quit(uint16 op, uint16 var, uint16 argc, uint16 *argv) { - _vm->_system->quit(); -} - void MystScriptParser_Credits::o_runCredits(uint16 op, uint16 var, uint16 argc, uint16 *argv) { // Activate the credits _creditsRunning = true; -- cgit v1.2.3