aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/exec_br.cpp
diff options
context:
space:
mode:
authorNicola Mettifogo2008-01-08 20:37:31 +0000
committerNicola Mettifogo2008-01-08 20:37:31 +0000
commit359f56cd359de69d32cafe3ee180248f21a14099 (patch)
tree040103ec85fb2e41c425a821c79219bc00cdfc6b /engines/parallaction/exec_br.cpp
parent1b80eedaa18c38ffa2203eb661fda44d245ca6da (diff)
downloadscummvm-rg350-359f56cd359de69d32cafe3ee180248f21a14099.tar.gz
scummvm-rg350-359f56cd359de69d32cafe3ee180248f21a14099.tar.bz2
scummvm-rg350-359f56cd359de69d32cafe3ee180248f21a14099.zip
Removed useless members.
svn-id: r30344
Diffstat (limited to 'engines/parallaction/exec_br.cpp')
-rw-r--r--engines/parallaction/exec_br.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/parallaction/exec_br.cpp b/engines/parallaction/exec_br.cpp
index b21c67ab0e..37eec54f6a 100644
--- a/engines/parallaction/exec_br.cpp
+++ b/engines/parallaction/exec_br.cpp
@@ -70,6 +70,7 @@ typedef OpcodeImpl<Parallaction_br> OpcodeV2;
#define DECLARE_INSTRUCTION_OPCODE(op) void Parallaction_br::instOp_##op()
void Parallaction_br::setupSubtitles(char *s, char *s2, int y) {
+#if 0
debugC(5, kDebugExec, "setupSubtitles(%s, %s, %i)", s, s2, y);
if (!scumm_stricmp("clear", s)) {
@@ -109,6 +110,7 @@ void Parallaction_br::setupSubtitles(char *s, char *s2, int y) {
_jDisplaySubtitle = addJob(kJobDisplaySubtitle, 0, 1);
_jEraseSubtitle = addJob(kJobEraseSubtitle, 0, 20);
}
+#endif
}