doc: Remove documentation for removed function
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>
Thu, 23 Aug 2012 13:16:10 +0000 (15:16 +0200)
committerQt by Nokia <qt-info@nokia.com>
Thu, 23 Aug 2012 13:54:30 +0000 (15:54 +0200)
Function was removed in 1582407fc782c0befd0760633324dd5c206524a1,
but the documentation was left behind.

Change-Id: Ib59197221e3be0e13db958ab3efdcc95b7c52452
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
src/gui/text/qfont.cpp

index 9d9ee7a..20ba367 100644 (file)
@@ -534,18 +534,6 @@ QFontEngineData::~QFontEngineData()
 */
 
 /*!
-    \fn FT_Face QFont::freetypeFace() const
-
-    Returns the handle to the primary FreeType face of the font. If font merging is not disabled a
-    QFont can contain several physical fonts.
-
-    Returns 0 if the font does not contain a FreeType face.
-
-    \note This function is only available on platforms that provide the FreeType library;
-    i.e., X11 and some Embedded Linux platforms.
-*/
-
-/*!
     \fn QString QFont::rawName() const
 
     Returns the name of the font within the underlying window system.