diff --git a/src/imlib.c b/src/imlib.c index 55fd6074cf2d18b05f336b34cebbe3b0e7163c54..c8aaf824f8a38a6470d8eae1e17bc409fa147f57 100644 --- a/src/imlib.c +++ b/src/imlib.c @@ -67,7 +67,6 @@ void init_imlib_fonts(void) /* Set up the font stuff */ imlib_add_path_to_font_path("."); imlib_add_path_to_font_path(PREFIX "/share/feh/fonts"); - imlib_add_path_to_font_path("./ttfonts"); return; }