mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-22 23:42:16 +00:00
(setupAttributes)
Removed compiler warnings about unused variable. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@16944 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
26164b2258
commit
38ca9f240e
1 changed files with 1 additions and 1 deletions
|
@ -590,7 +590,7 @@ static NSArray *faFromFc(FcPattern *pat)
|
|||
FcPatternAddDouble(fontPattern, FC_SIZE, (double)(matrix[0]));
|
||||
// Should do this only when size > 8
|
||||
FcPatternAddBool(fontPattern, FC_AUTOHINT, FcTrue);
|
||||
pattern = XftFontMatch(xdpy, DefaultScreen(xdpy), fontPattern, &fc_result);
|
||||
pattern = XftFontMatch(xdpy, defaultScreen, fontPattern, &fc_result);
|
||||
// tide up
|
||||
FcPatternDestroy(fontPattern);
|
||||
|
||||
|
|
Loading…
Reference in a new issue