aboutsummaryrefslogtreecommitdiff
path: root/gui/about.h
diff options
context:
space:
mode:
authorMax Horn2007-03-17 16:05:16 +0000
committerMax Horn2007-03-17 16:05:16 +0000
commitcfe7ecd6d914026080698e5c6330a0ee1db6b8a9 (patch)
tree211980eee679900594820063bc940beff53910cf /gui/about.h
parentb765e998f7831a2beaeeb423ee7d66bb23810216 (diff)
downloadscummvm-rg350-cfe7ecd6d914026080698e5c6330a0ee1db6b8a9.tar.gz
scummvm-rg350-cfe7ecd6d914026080698e5c6330a0ee1db6b8a9.tar.bz2
scummvm-rg350-cfe7ecd6d914026080698e5c6330a0ee1db6b8a9.zip
Don't track the modifier state, use the eventmanager instead (this also fixes bug #1657322, GUI: 'Mass Add' button text does not revert after mass add)
svn-id: r26174
Diffstat (limited to 'gui/about.h')
-rw-r--r--gui/about.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gui/about.h b/gui/about.h
index 32a5444ddc..23c130905f 100644
--- a/gui/about.h
+++ b/gui/about.h
@@ -35,7 +35,6 @@ protected:
uint32 _scrollTime;
StringList _lines;
uint32 _lineHeight;
- byte _modifiers;
bool _willClose;
int _xOff, _yOff;