From 10e5597a946bc76a52b761d7652805aa89409a21 Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Sat, 25 Aug 2012 05:47:23 +0200 Subject: Removed junk --- atari/plot/font_freetype.c | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'atari/plot') diff --git a/atari/plot/font_freetype.c b/atari/plot/font_freetype.c index ad21d0f69..56d350d23 100755 --- a/atari/plot/font_freetype.c +++ b/atari/plot/font_freetype.c @@ -53,18 +53,6 @@ cursive.ttf => Cursive fantasy.ttf => Fantasy */ - /* Cursive */ - font_faces[FONT_FACE_CURSIVE] = - ft_new_face(nsoption_charp(atari_face_cursive), - "fonts/cursive.ttf", - DEJAVU_PATH"DejaVuSansMono-Oblique.ttf"); - - /* Fantasy */ - font_faces[FONT_FACE_FANTASY] = - ft_new_face(nsoption_charp(atari_face_fantasy), - "fonts/fantasy.ttf", - - #define DEJAVU_PATH "/usr/share/fonts/truetype/ttf-dejavu/" -- cgit v1.2.3