Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf.git/shortlog/10e5597a946bc76a52b761d7652805aa89409a21
...commit 
http://git.netsurf-browser.org/netsurf.git/commit/10e5597a946bc76a52b761d7652805aa89409a21
...tree 
http://git.netsurf-browser.org/netsurf.git/tree/10e5597a946bc76a52b761d7652805aa89409a21

The branch, master has been updated
       via  10e5597a946bc76a52b761d7652805aa89409a21 (commit)
      from  2988193e44c183542a8f7cf52dc63f76ec3c5249 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/netsurf.git/commitdiff/10e5597a946bc76a52b761d7652805aa89409a21
commit 10e5597a946bc76a52b761d7652805aa89409a21
Author: Ole Loots <[email protected]>
Commit: Ole Loots <[email protected]>

    Removed junk

diff --git a/atari/plot/font_freetype.c b/atari/plot/font_freetype.c
index ad21d0f..56d350d 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/"
 


-----------------------------------------------------------------------

Summary of changes:
 atari/plot/font_freetype.c |   12 ------------
 1 files changed, 0 insertions(+), 12 deletions(-)

diff --git a/atari/plot/font_freetype.c b/atari/plot/font_freetype.c
index ad21d0f..56d350d 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/"
 


-- 
NetSurf Browser

_______________________________________________
netsurf-commits mailing list
[email protected]
http://vlists.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to