From 699ca79e2db3bc3bc804e43e6e219e659eaad58d Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Sat, 12 Feb 2011 19:51:24 +0000 Subject: Removed unused code svn path=/trunk/netsurf/; revision=11659 --- atari/plot/font_freetype.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'atari') diff --git a/atari/plot/font_freetype.c b/atari/plot/font_freetype.c index ff2be22ee..33253f1a1 100755 --- a/atari/plot/font_freetype.c +++ b/atari/plot/font_freetype.c @@ -431,11 +431,6 @@ static int text( FONT_PLOTTER self, int x, int y, const char *text, size_t leng /* in -> BGR */ /* out -> ARGB */ c = ABGR_TO_RGB(c); - - clip.g_x = self->plotter->clipping.x0; - clip.g_y = self->plotter->clipping.y0; - clip.g_w = self->plotter->clipping.x1 - self->plotter->clipping.x0; - clip.g_h = self->plotter->clipping.y1 - self->plotter->clipping.y0; while (nxtchr < length) { ucs4 = utf8_to_ucs4(text + nxtchr, length - nxtchr); nxtchr = utf8_next(text, length, nxtchr); -- cgit v1.2.3