From e69284db08966cbe907df4b3cdc58fb9f9ee5dc4 Mon Sep 17 00:00:00 2001 From: Konstantin Ritt Date: Wed, 5 Mar 2014 08:34:46 +0200 Subject: Get rid of QFontEngine::name() It was only used in QFontCache debug output, and some engines weren't even report a name. Change-Id: I6cec4b75f105f5a4e1405f50188bebb3a3f04e33 Reviewed-by: Lars Knoll --- src/gui/text/qfontengine_ft_p.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/gui/text/qfontengine_ft_p.h') diff --git a/src/gui/text/qfontengine_ft_p.h b/src/gui/text/qfontengine_ft_p.h index fa6ef6f422..a322ab7ea4 100644 --- a/src/gui/text/qfontengine_ft_p.h +++ b/src/gui/text/qfontengine_ft_p.h @@ -230,8 +230,6 @@ private: inline virtual Type type() const { return QFontEngine::Freetype; } - inline virtual const char *name() const - { return "freetype"; } virtual void getUnscaledGlyph(glyph_t glyph, QPainterPath *path, glyph_metrics_t *metrics); -- cgit v1.2.3