diff --git a/scumm/script_v6.cpp b/scumm/script_v6.cpp index a1f6c2909ce..abe6f6da95b 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 808e4da4530..533129904e9 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 13bcc430105..a3601ea3cf8 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;