[QtFontFamily] Get rid of unused member
Change-Id: I8c70995767bfb5fdbd6e9e9464029beeccf41f53 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com> Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
This commit is contained in:
parent
00540a8345
commit
5b5d25cc41
@ -356,7 +356,6 @@ struct QtFontFamily
|
|||||||
populated(false),
|
populated(false),
|
||||||
fixedPitch(false),
|
fixedPitch(false),
|
||||||
name(n), count(0), foundries(0)
|
name(n), count(0), foundries(0)
|
||||||
, bogusWritingSystems(false)
|
|
||||||
, askedForFallback(false)
|
, askedForFallback(false)
|
||||||
{
|
{
|
||||||
memset(writingSystems, 0, sizeof(writingSystems));
|
memset(writingSystems, 0, sizeof(writingSystems));
|
||||||
@ -375,7 +374,6 @@ struct QtFontFamily
|
|||||||
int count;
|
int count;
|
||||||
QtFontFoundry **foundries;
|
QtFontFoundry **foundries;
|
||||||
|
|
||||||
bool bogusWritingSystems;
|
|
||||||
QStringList fallbackFamilies;
|
QStringList fallbackFamilies;
|
||||||
bool askedForFallback;
|
bool askedForFallback;
|
||||||
unsigned char writingSystems[QFontDatabase::WritingSystemsCount];
|
unsigned char writingSystems[QFontDatabase::WritingSystemsCount];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user