From 4171cb7a3533de9524167d6f1f2d2f1cc3a7612b Mon Sep 17 00:00:00 2001 From: Konstantin Ritt Date: Sun, 14 Oct 2012 01:50:16 +0300 Subject: Get rid of unused member Change-Id: Ic6d207cacf02f2e6837f9f35020be7728ec60706 Reviewed-by: Lars Knoll Reviewed-by: Eskil Abrahamsen Blomfeldt --- src/gui/text/qtextengine.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/gui/text') diff --git a/src/gui/text/qtextengine.cpp b/src/gui/text/qtextengine.cpp index 33f2bba988..38fe2f8140 100644 --- a/src/gui/text/qtextengine.cpp +++ b/src/gui/text/qtextengine.cpp @@ -1799,7 +1799,6 @@ struct QJustificationPoint { int type; QFixed kashidaWidth; QGlyphLayout glyph; - QFontEngine *fontEngine; }; Q_DECLARE_TYPEINFO(QJustificationPoint, Q_PRIMITIVE_TYPE); @@ -1808,7 +1807,6 @@ static void set(QJustificationPoint *point, int type, const QGlyphLayout &glyph, { point->type = type; point->glyph = glyph; - point->fontEngine = fe; if (type >= HB_Arabic_Normal) { QChar ch(0x640); // Kashida character -- cgit v1.2.3