From da98d10ebd74dfb0d6fda73b431eff3949bdf4bf Mon Sep 17 00:00:00 2001 From: Nicola Mettifogo Date: Sun, 3 Feb 2008 16:56:25 +0000 Subject: instOp_on and instOp_off are now implemented, so removed warnings. svn-id: r30771 --- engines/parallaction/exec_br.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/engines/parallaction/exec_br.cpp b/engines/parallaction/exec_br.cpp index b4aa25a57d..49c42ca0da 100644 --- a/engines/parallaction/exec_br.cpp +++ b/engines/parallaction/exec_br.cpp @@ -293,8 +293,6 @@ DECLARE_COMMAND_OPCODE(offsave) { DECLARE_INSTRUCTION_OPCODE(on) { - warning("Parallaction_br::instOp_on not yet implemented"); - Instruction *inst = *_instRunCtxt.inst; Zone *z = inst->_z; @@ -306,13 +304,10 @@ DECLARE_INSTRUCTION_OPCODE(on) { _gfx->showGfxObj(z->u.get->gfxobj, true); } } - } DECLARE_INSTRUCTION_OPCODE(off) { - warning("Parallaction_br::instOp_off not yet implemented"); - Instruction *inst = *_instRunCtxt.inst; Zone *z = inst->_z; -- cgit v1.2.3