diff options
| -rw-r--r-- | engines/cge/talk.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/engines/cge/talk.cpp b/engines/cge/talk.cpp index 11dedf349b..e2a5af5fde 100644 --- a/engines/cge/talk.cpp +++ b/engines/cge/talk.cpp @@ -319,12 +319,6 @@ void InfoLine::update(const char *tx) { Common::copy(v, v + psiz, pDest); } -/* - memset(v + 2, TEXT_BG, dsiz); // data bytes - memmove(v + lsiz, v, psiz - lsiz); - *(uint16 *)(v + psiz - 2) = EOI; // plane trailer uint16 - memmove(v + psiz, v, 3 * psiz); -*/ // paint text line if (tx) { uint8 *p = v + 2, * q = p + size; |
