aboutsummaryrefslogtreecommitdiff
path: root/gui/launcher.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/launcher.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/launcher.h')
-rw-r--r--gui/launcher.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gui/launcher.h b/gui/launcher.h
index 41550db992..0ea7c5995c 100644
--- a/gui/launcher.h
+++ b/gui/launcher.h
@@ -58,7 +58,6 @@ protected:
#endif
StringList _domains;
BrowserDialog *_browser;
- byte _modifiers;
virtual void reflowLayout();