aboutsummaryrefslogtreecommitdiff
path: root/simon
diff options
context:
space:
mode:
authorTravis Howell2002-12-08 12:44:57 +0000
committerTravis Howell2002-12-08 12:44:57 +0000
commit42d24ba562f1a1454a5eb2ff4a62ff3d3ed8e16c (patch)
tree670f54f0435d34c02680266a7cb6e4dafaa10b5d /simon
parent55f1a4c7cde9e4ed43df8a34c5304e7150e6558c (diff)
downloadscummvm-rg350-42d24ba562f1a1454a5eb2ff4a62ff3d3ed8e16c.tar.gz
scummvm-rg350-42d24ba562f1a1454a5eb2ff4a62ff3d3ed8e16c.tar.bz2
scummvm-rg350-42d24ba562f1a1454a5eb2ff4a62ff3d3ed8e16c.zip
small code cleanup
svn-id: r5877
Diffstat (limited to 'simon')
-rw-r--r--simon/simon.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/simon/simon.cpp b/simon/simon.cpp
index 73d09231e2..d000ce7762 100644
--- a/simon/simon.cpp
+++ b/simon/simon.cpp
@@ -1745,13 +1745,7 @@ void SimonState::o_print_str()
break;
case GAME_SIMON1DEMO:
- talk_with_text(num_1, num_2, (char *)string_ptr, tv->a, tv->b, tv->c);
- break;
-
case GAME_SIMON1DOS:
- talk_with_text(num_1, num_2, (char *)string_ptr, tv->a, tv->b, tv->c);
- break;
-
case GAME_SIMON2DOS:
talk_with_text(num_1, num_2, (char *)string_ptr, tv->a, tv->b, tv->c);
break;