mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 19:02:59 +00:00
remove unused QFontEngineBox::cmap() method [ci reset]
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
2a70594b33
commit
8dd00a954b
2 changed files with 0 additions and 12 deletions
|
@ -685,8 +685,6 @@ glyph_metrics_t QFontEngineBox::boundingBox(glyph_t) const
|
|||
return glyph_metrics_t(0, -_size, _size, _size, _size, 0);
|
||||
}
|
||||
|
||||
|
||||
|
||||
QFixed QFontEngineBox::ascent() const
|
||||
{
|
||||
return _size;
|
||||
|
@ -708,13 +706,6 @@ qreal QFontEngineBox::maxCharWidth() const
|
|||
return _size;
|
||||
}
|
||||
|
||||
#ifdef Q_WS_X11
|
||||
int QFontEngineBox::cmap() const
|
||||
{
|
||||
return -1;
|
||||
}
|
||||
#endif
|
||||
|
||||
const char *QFontEngineBox::name() const
|
||||
{
|
||||
return "null";
|
||||
|
|
|
@ -213,9 +213,6 @@ public:
|
|||
virtual qreal minRightBearing() const { return 0; }
|
||||
virtual QImage alphaMapForGlyph(glyph_t);
|
||||
|
||||
#ifdef Q_WS_X11
|
||||
int cmap() const;
|
||||
#endif
|
||||
virtual const char *name() const;
|
||||
|
||||
virtual bool canRender(const QChar *string, int len);
|
||||
|
|
Loading…
Add table
Reference in a new issue