diff options
Diffstat (limited to 'libfonts_do_decoded_font_descriptions_match.c')
-rw-r--r-- | libfonts_do_decoded_font_descriptions_match.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libfonts_do_decoded_font_descriptions_match.c b/libfonts_do_decoded_font_descriptions_match.c index 483409b..776ca4f 100644 --- a/libfonts_do_decoded_font_descriptions_match.c +++ b/libfonts_do_decoded_font_descriptions_match.c @@ -31,8 +31,6 @@ equal(const char *desc, const char *spec) return !desc; if (spec[0] == '*' && !spec[1]) return 1; - if (desc[0] == '0' && !desc[1]) - return 1; if (!desc) return 0; |