Drop modularization leftovers

Change-Id: I39c9e1fa44993fc024fed9309bea0da6f4534592
Reviewed-by: Pierre Rossi <pierre.rossi@theqtcompany.com>
This commit is contained in:
Konstantin Ritt 2014-11-21 06:31:59 +04:00
parent 1add31da9e
commit 2dd445a25a

View File

@ -57,7 +57,6 @@
QT_BEGIN_NAMESPACE
class QRawFontPrivate;
class QCoreTextFontEngine : public QFontEngine
{
public:
@ -127,8 +126,6 @@ public:
static int antialiasingThreshold;
static QFontEngine::GlyphFormat defaultGlyphFormat;
private:
friend class QRawFontPrivate;
void init();
QImage imageForGlyph(glyph_t glyph, QFixed subPixelPosition, bool colorful, const QTransform &m);
CTFontRef ctfont;