diff options
author | Strangerke | 2015-12-29 10:45:39 +0100 |
---|---|---|
committer | Strangerke | 2015-12-29 10:45:39 +0100 |
commit | e55777aca00cd954da18c449e63d518cb78e4562 (patch) | |
tree | 42e888aedbf2be5d75ebadc0da7c0fe2dd40d1d9 /engines | |
parent | 63b66b23aa6064b1f44a2599c143aec9510fc714 (diff) | |
download | scummvm-rg350-e55777aca00cd954da18c449e63d518cb78e4562.tar.gz scummvm-rg350-e55777aca00cd954da18c449e63d518cb78e4562.tar.bz2 scummvm-rg350-e55777aca00cd954da18c449e63d518cb78e4562.zip |
LAB: Remove unused variable
Diffstat (limited to 'engines')
-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; |