diff options
author | Alessandro Portale <alessandro.portale@nokia.com> | 2010-04-30 09:14:36 (GMT) |
---|---|---|
committer | Alessandro Portale <alessandro.portale@nokia.com> | 2010-04-30 09:14:36 (GMT) |
commit | 2665a992c56b902d098818e192e11164d9bf4e01 (patch) | |
tree | a0112308f19f67fae0e75fe050ef195b6e252bef /src/gui/text/qfontengine_s60_p.h | |
parent | 3c4bcff558c7030eae125f7da19330c5055ff838 (diff) | |
download | Qt-2665a992c56b902d098818e192e11164d9bf4e01.zip Qt-2665a992c56b902d098818e192e11164d9bf4e01.tar.gz Qt-2665a992c56b902d098818e192e11164d9bf4e01.tar.bz2 |
Removing unused code.
MOpenFontShapingExtension was not used. Cleaning up and reducing delta
between branches
Reviewed-by: Aleksandar Sasha Babic
Diffstat (limited to 'src/gui/text/qfontengine_s60_p.h')
-rw-r--r-- | src/gui/text/qfontengine_s60_p.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/gui/text/qfontengine_s60_p.h b/src/gui/text/qfontengine_s60_p.h index b6b117f..6883730 100644 --- a/src/gui/text/qfontengine_s60_p.h +++ b/src/gui/text/qfontengine_s60_p.h @@ -62,7 +62,7 @@ class CFont; QT_BEGIN_NAMESPACE -// ..gives us access to truetype tables, UTF-16<->GlyphID mapping, and glyph outlines +// ..gives us access to truetype tables class QSymbianTypeFaceExtras { public: @@ -71,12 +71,10 @@ public: QByteArray getSfntTable(uint tag) const; bool getSfntTableData(uint tag, uchar *buffer, uint *length) const; const unsigned char *cmap() const; - QPainterPath glyphOutline(glyph_t glyph) const; CFont *fontOwner() const; private: COpenFont *m_font; - const MOpenFontShapingExtension *m_shapingExtension; mutable MOpenFontTrueTypeExtension *m_trueTypeExtension; mutable const unsigned char *m_cmap; mutable bool m_symbolCMap; |