From 891345072e079435fc7ccce327a651f1dfe848dd Mon Sep 17 00:00:00 2001 From: Miikka Heikkinen Date: Mon, 30 Apr 2012 11:59:37 +0300 Subject: Remove declaration of QWindowsFontEngine::createEngine() There is no implementation for this function so might as well remove the declaration. The function is actually implemented by QWindowsFontDatabase class, where it is also properly declared. Change-Id: I8f5c050fa3f3c48b07e10f205eb0f7b16e12b737 Reviewed-by: Friedemann Kleint --- src/plugins/platforms/windows/qwindowsfontengine.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/plugins/platforms/windows/qwindowsfontengine.h b/src/plugins/platforms/windows/qwindowsfontengine.h index 323ea7f89e..c869095769 100644 --- a/src/plugins/platforms/windows/qwindowsfontengine.h +++ b/src/plugins/platforms/windows/qwindowsfontengine.h @@ -128,11 +128,6 @@ public: bool getOutlineMetrics(glyph_t glyph, const QTransform &t, glyph_metrics_t *metrics) const; - static QFontEngine *createEngine(int script, const QFontDef &request, - HDC fontHdc, int dpi, bool rawMode, - const QStringList &family_list, - const QSharedPointer &data); - QSharedPointer fontEngineData() const { return m_fontEngineData; } LOGFONT logfont() const { return m_logfont; } void setUniqueFamilyName(const QString &newName) { uniqueFamilyName = newName; } -- cgit v1.2.3