diff options
Diffstat (limited to 'scumm/smush')
-rw-r--r-- | scumm/smush/smush_font.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scumm/smush/smush_font.h b/scumm/smush/smush_font.h index b197dad9c6..19de753a64 100644 --- a/scumm/smush/smush_font.h +++ b/scumm/smush/smush_font.h @@ -29,7 +29,6 @@ namespace Scumm { class SmushFont : public NutRenderer { protected: - int _nbChars; int16 _color; bool _new_colors; bool _original; |