aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/script_v6.cpp1
-rw-r--r--scumm/smush/smush_font.cpp25
-rw-r--r--scumm/string.cpp1
3 files changed, 0 insertions, 27 deletions
diff --git a/scumm/script_v6.cpp b/scumm/script_v6.cpp
index a1f6c2909c..abe6f6da95 100644
--- a/scumm/script_v6.cpp
+++ b/scumm/script_v6.cpp
@@ -3202,4 +3202,3 @@ void ScummEngine_v6::decodeParseString(int m, int n) {
}
} // End of namespace Scumm
-
diff --git a/scumm/smush/smush_font.cpp b/scumm/smush/smush_font.cpp
index 808e4da453..533129904e 100644
--- a/scumm/smush/smush_font.cpp
+++ b/scumm/smush/smush_font.cpp
@@ -252,28 +252,3 @@ void SmushFont::drawStringWrap(const char *str, byte *buffer, int dst_width, int
}
} // End of namespace Scumm
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
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;