aboutsummaryrefslogtreecommitdiff
path: root/scumm/string.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/string.cpp')
-rw-r--r--scumm/string.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/scumm/string.cpp b/scumm/string.cpp
index 13bcc43010..a3601ea3cf 100644
--- a/scumm/string.cpp
+++ b/scumm/string.cpp
@@ -316,7 +316,6 @@ void ScummEngine::CHARSET_1() {
warning("_hasMask mismatch (case A %d) - please report to Fingolfin if you notice any text/graphics glitches related to this!", _charset->_hasMask);
}
-
void ScummEngine::drawString(int a, const byte *msg) {
byte buf[256];
byte *space;