diff options
| author | Kenichi Handa | 2006-08-01 01:52:01 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2006-08-01 01:52:01 +0000 |
| commit | a90fc9aa6969f0bdf4cd19fed5b29c79e5856e8c (patch) | |
| tree | 714a8e97d63963f8efa8c54744e76e4a92060fcb /src | |
| parent | b695bdcae856920edf03d294f66d68243542faf0 (diff) | |
| download | emacs-a90fc9aa6969f0bdf4cd19fed5b29c79e5856e8c.tar.gz emacs-a90fc9aa6969f0bdf4cd19fed5b29c79e5856e8c.zip | |
(ftfont_match): Delete debugging code.
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); |