From: Konstantin Ritt Date: Sat, 13 Oct 2012 22:50:16 +0000 (+0300) Subject: Get rid of unused member X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4171cb7a3533de9524167d6f1f2d2f1cc3a7612b;p=profile%2Fivi%2Fqtbase.git Get rid of unused member Change-Id: Ic6d207cacf02f2e6837f9f35020be7728ec60706 Reviewed-by: Lars Knoll Reviewed-by: Eskil Abrahamsen Blomfeldt --- diff --git a/src/gui/text/qtextengine.cpp b/src/gui/text/qtextengine.cpp index 33f2bba..38fe2f8 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