diff options
author | Thierry Bastian <thierry.bastian@nokia.com> | 2009-06-09 14:46:18 (GMT) |
---|---|---|
committer | Thierry Bastian <thierry.bastian@nokia.com> | 2009-06-09 14:47:18 (GMT) |
commit | a15cce3256e57464720ea7fe7cf663c973f43c7b (patch) | |
tree | d13a9c9dca30716aece5ffcdb0afbf34292d2dde /src/gui/text/qfontengine.cpp | |
parent | 4d7a1cbb060a7fe933f674e1a9ebaa9e81fe2896 (diff) | |
download | Qt-a15cce3256e57464720ea7fe7cf663c973f43c7b.zip Qt-a15cce3256e57464720ea7fe7cf663c973f43c7b.tar.gz Qt-a15cce3256e57464720ea7fe7cf663c973f43c7b.tar.bz2 |
small changes in private headers
Diffstat (limited to 'src/gui/text/qfontengine.cpp')
-rw-r--r-- | src/gui/text/qfontengine.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gui/text/qfontengine.cpp b/src/gui/text/qfontengine.cpp index 6e8adcf..79e341a 100644 --- a/src/gui/text/qfontengine.cpp +++ b/src/gui/text/qfontengine.cpp @@ -70,12 +70,6 @@ static inline bool qtransform_equals_no_translate(const QTransform &a, const QTr } } - - -QFontEngineGlyphCache::~QFontEngineGlyphCache() -{ -} - // Harfbuzz helper functions static HB_Bool hb_stringToGlyphs(HB_Font font, const HB_UChar16 *string, hb_uint32 length, HB_Glyph *glyphs, hb_uint32 *numGlyphs, HB_Bool rightToLeft) |