diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ftfont.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ftfont.c b/src/ftfont.c index e10b87b1df9..6c85bbf7896 100644 --- a/src/ftfont.c +++ b/src/ftfont.c | |||
| @@ -571,7 +571,6 @@ ftfont_match (frame, spec) | |||
| 571 | { | 571 | { |
| 572 | FcDefaultSubstitute (pattern); | 572 | FcDefaultSubstitute (pattern); |
| 573 | match = FcFontMatch (NULL, pattern, &result); | 573 | match = FcFontMatch (NULL, pattern, &result); |
| 574 | fprintf (stderr, "%s\n", (char *) FcNameUnparse (match)); | ||
| 575 | if (match) | 574 | if (match) |
| 576 | { | 575 | { |
| 577 | entity = ftfont_pattern_entity (match, frame, Qunicode_bmp); | 576 | entity = ftfont_pattern_entity (match, frame, Qunicode_bmp); |