diff options
author | Nicola Mettifogo | 2007-01-15 21:59:56 +0000 |
---|---|---|
committer | Nicola Mettifogo | 2007-01-15 21:59:56 +0000 |
commit | a3df05727ad65d96333fd116dd35302169c6094f (patch) | |
tree | 5022206699508d503205cd01950def68ac644ccd /engines/parallaction | |
parent | 79d98bf52ab6480ac01b44c927f609d6f43b832f (diff) | |
download | scummvm-rg350-a3df05727ad65d96333fd116dd35302169c6094f.tar.gz scummvm-rg350-a3df05727ad65d96333fd116dd35302169c6094f.tar.bz2 scummvm-rg350-a3df05727ad65d96333fd116dd35302169c6094f.zip |
removed definition of _glyphWidths
svn-id: r25097
Diffstat (limited to 'engines/parallaction')
-rw-r--r-- | engines/parallaction/staticres.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/engines/parallaction/staticres.cpp b/engines/parallaction/staticres.cpp index a9599cd400..5ff066bf78 100644 --- a/engines/parallaction/staticres.cpp +++ b/engines/parallaction/staticres.cpp @@ -44,19 +44,6 @@ byte Graphics::_mouseArrow[256] = { }; -// -// proportional font glyphs width -// -const byte _glyphWidths[126] = { - 0x04, 0x03, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x04, 0x04, 0x06, 0x06, 0x03, 0x05, 0x03, 0x05, - 0x06, 0x06, 0x06, 0x06, 0x07, 0x06, 0x06, 0x06, 0x06, 0x06, 0x03, 0x03, 0x05, 0x04, 0x05, 0x05, - 0x03, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x03, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07, - 0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x08, 0x07, 0x07, 0x07, 0x05, 0x06, 0x05, 0x08, 0x07, - 0x04, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x03, 0x04, 0x05, 0x05, 0x06, 0x06, 0x05, - 0x05, 0x06, 0x05, 0x05, 0x05, 0x05, 0x06, 0x07, 0x05, 0x05, 0x05, 0x05, 0x02, 0x05, 0x05, 0x07, - 0x08, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x04, 0x04, 0x04, - 0x05, 0x06, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x04, 0x06, 0x05, 0x05, 0x05, 0x05 -}; const char *_zoneFlagNames[] = { "closed", |