diff options
author | Roberto E. Vargas Caballero <k0ga@shike2.com> | 2016-11-24 20:21:19 +0100 |
---|---|---|
committer | Roberto E. Vargas Caballero <k0ga@shike2.com> | 2016-11-24 20:21:19 +0100 |
commit | e44832408bb3147826c346872b49de105a4d0e0b (patch) | |
tree | c86196c59245508cd97bf830183cbfd8f75e7d70 /st.c | |
parent | fa9a4599720703932d1c4f16b9aeee1f91f96263 (diff) |
Revert "Initial font size issue."
This reverts commit 424202798b02554092ba84dd59fb7b79b59b7b75.
Diffstat (limited to 'st.c')
-rw-r--r-- | st.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -3488,9 +3488,6 @@ xloadfonts(char *fontstr, double fontsize) if (usedfontsize < 0) { FcPatternGetDouble(dc.font.match->pattern, FC_PIXEL_SIZE, 0, &fontval); - FcPatternAddDouble(pattern, FC_PIXEL_SIZE, fontval); - if (xloadfont(&dc.font, pattern)) - die("st: can't open font %s\n", fontstr); usedfontsize = fontval; if (fontsize == 0) defaultfontsize = fontval; |