aboutsummaryrefslogtreecommitdiff
path: root/scumm/charset.cpp
diff options
context:
space:
mode:
authorMax Horn2002-12-30 13:55:36 +0000
committerMax Horn2002-12-30 13:55:36 +0000
commit69dfba70eb07d8f281c0ddabe111b6db0096c009 (patch)
tree557ada7cb9593a7fcf6a473a5d9fbee0980bc944 /scumm/charset.cpp
parent85fe4018bc11b523e0135bcded40ed3ca41c33e7 (diff)
downloadscummvm-rg350-69dfba70eb07d8f281c0ddabe111b6db0096c009.tar.gz
scummvm-rg350-69dfba70eb07d8f281c0ddabe111b6db0096c009.tar.bz2
scummvm-rg350-69dfba70eb07d8f281c0ddabe111b6db0096c009.zip
removed more dead weight
svn-id: r6277
Diffstat (limited to 'scumm/charset.cpp')
-rw-r--r--scumm/charset.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/scumm/charset.cpp b/scumm/charset.cpp
index f22ac86ec7..143d313805 100644
--- a/scumm/charset.cpp
+++ b/scumm/charset.cpp
@@ -403,8 +403,6 @@ CharsetRendererNut::CharsetRendererNut(Scumm *vm)
delete _fr[i];
_fr[i] = NULL;
}
-
- _fr[i]->bindDisplay(_vm->virtscr[0].screenPtr, _vm->_realWidth, _vm->_realHeight, _vm->_realWidth);
}
}