diff options
Diffstat (limited to 'scumm/charset.h')
-rw-r--r-- | scumm/charset.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/scumm/charset.h b/scumm/charset.h index 4a7e1009d9..95b6ee0178 100644 --- a/scumm/charset.h +++ b/scumm/charset.h @@ -33,12 +33,6 @@ struct VirtScreen; class CharsetRenderer { public: - /** - * Charset mask - rectangle covering the parts of the screen which are - * currently (partially) masked. - */ - Common::Rect _mask; - Common::Rect _str; int _nextLeft, _nextTop; |