aboutsummaryrefslogtreecommitdiff
path: root/scumm/dialogs.h
diff options
context:
space:
mode:
authorTorbjörn Andersson2005-06-03 12:51:37 +0000
committerTorbjörn Andersson2005-06-03 12:51:37 +0000
commit60007ffbea81bb63be95999cc79a55e02ecb0cc6 (patch)
treeefd1c3f838d25ca98d19bb5d71c01e87e0da9c2b /scumm/dialogs.h
parent41f69db19f717239ca14a3cd4ef793a7829ca93e (diff)
downloadscummvm-rg350-60007ffbea81bb63be95999cc79a55e02ecb0cc6.tar.gz
scummvm-rg350-60007ffbea81bb63be95999cc79a55e02ecb0cc6.tar.bz2
scummvm-rg350-60007ffbea81bb63be95999cc79a55e02ecb0cc6.zip
Cleanup.
svn-id: r18325
Diffstat (limited to 'scumm/dialogs.h')
-rw-r--r--scumm/dialogs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/scumm/dialogs.h b/scumm/dialogs.h
index 39bb5b3f64..c390fa9abe 100644
--- a/scumm/dialogs.h
+++ b/scumm/dialogs.h
@@ -199,7 +199,6 @@ protected:
kDisplayDelay = 1500
};
Common::String _label;
- const Graphics::Font *_font;
const int _min, _max;
const uint16 _incKey, _decKey;
int _percentBarWidth;