aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction
diff options
context:
space:
mode:
Diffstat (limited to 'engines/parallaction')
-rw-r--r--engines/parallaction/exec_br.cpp5
1 files changed, 0 insertions, 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;