summaryrefslogtreecommitdiff
path: root/ted.c
diff options
context:
space:
mode:
Diffstat (limited to 'ted.c')
-rw-r--r--ted.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/ted.c b/ted.c
index 865e9fe..f526947 100644
--- a/ted.c
+++ b/ted.c
@@ -294,9 +294,6 @@ static void ted_load_font(Ted *ted, const char *filename, Font **out) {
if (ted_get_file(ted, filename, font_filename, sizeof font_filename)) {
Font *font = text_font_load(font_filename, ted_active_settings(ted)->text_size);
if (font) {
- // we don't properly handle variable-width fonts
- text_font_set_force_monospace(font, true);
-
if (*out) {
text_font_free(*out);
}