diff options
-rw-r--r-- | engines/lab/dispman.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/lab/dispman.h b/engines/lab/dispman.h index 6d70172f17..d83d4fb73e 100644 --- a/engines/lab/dispman.h +++ b/engines/lab/dispman.h @@ -125,7 +125,6 @@ private: uint16 textLength(TextFont *font, const Common::String text); bool _actionMessageShown; - byte _curPen; Common::File *_curBitmap; byte _curVgaPal[256 * 3]; byte *_currentDisplayBuffer; |