[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),
|
||||
fixedPitch(false),
|
||||
name(n), count(0), foundries(0)
|
||||
, bogusWritingSystems(false)
|
||||
, askedForFallback(false)
|
||||
{
|
||||
memset(writingSystems, 0, sizeof(writingSystems));
|
||||
@ -375,7 +374,6 @@ struct QtFontFamily
|
||||
int count;
|
||||
QtFontFoundry **foundries;
|
||||
|
||||
bool bogusWritingSystems;
|
||||
QStringList fallbackFamilies;
|
||||
bool askedForFallback;
|
||||
unsigned char writingSystems[QFontDatabase::WritingSystemsCount];
|
||||
|
Loading…
Reference in New Issue
Block a user