diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2010-06-16 12:22:44 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-06-16 12:22:44 +0200 |
commit | ed23ca2e3f81af381c2ba6dc2a8924a19f09d1f6 (patch) | |
tree | fbb0952c17d870239ba6ba5c0656d4aaf05e2ac6 /src | |
parent | 7350119f65649a58c34c531041af465a87f38fcc (diff) | |
download | feh-ed23ca2e3f81af381c2ba6dc2a8924a19f09d1f6.zip |
imlib.c: Remove ./ttfonts from default font path
Diffstat (limited to 'src')
-rw-r--r-- | src/imlib.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/imlib.c b/src/imlib.c index 55fd607..c8aaf82 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; } |