aboutsummaryrefslogtreecommitdiff
path: root/graphics/macgui/mactext.h
diff options
context:
space:
mode:
authorEugene Sandulenko2016-12-15 18:05:27 +0100
committerEugene Sandulenko2016-12-15 18:07:48 +0100
commit2f7879d1183cd327219a8a6f1521ed5332db90d9 (patch)
tree254eb2a9dd71b4df2654499bb93ff12c5c809beb /graphics/macgui/mactext.h
parent6329f73c9ee3b30e04da89b7ac0b98c581e72c0c (diff)
downloadscummvm-rg350-2f7879d1183cd327219a8a6f1521ed5332db90d9.tar.gz
scummvm-rg350-2f7879d1183cd327219a8a6f1521ed5332db90d9.tar.bz2
scummvm-rg350-2f7879d1183cd327219a8a6f1521ed5332db90d9.zip
GRAPHICS: Restrinct MacText to designated width
Diffstat (limited to 'graphics/macgui/mactext.h')
-rw-r--r--graphics/macgui/mactext.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/macgui/mactext.h b/graphics/macgui/mactext.h
index cf975849b7..7831e65c46 100644
--- a/graphics/macgui/mactext.h
+++ b/graphics/macgui/mactext.h
@@ -48,7 +48,6 @@ private:
int _interLinear;
Common::Array<Common::String> _text;
- Common::Array<int> _widths;
int _textMaxWidth;