summaryrefslogtreecommitdiff
path: root/atari/plot
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2011-02-12 19:51:24 +0000
committerOle Loots <ole@monochrom.net>2011-02-12 19:51:24 +0000
commit699ca79e2db3bc3bc804e43e6e219e659eaad58d (patch)
tree3e06e7f1cb18ee409b1e9a9701865f11d7093b04 /atari/plot
parent033c68e8fad984955eb6df91d2157ad30261a02d (diff)
downloadnetsurf-699ca79e2db3bc3bc804e43e6e219e659eaad58d.tar.gz
netsurf-699ca79e2db3bc3bc804e43e6e219e659eaad58d.tar.bz2
Removed unused code
svn path=/trunk/netsurf/; revision=11659
Diffstat (limited to 'atari/plot')
-rwxr-xr-xatari/plot/font_freetype.c5
1 files changed, 0 insertions, 5 deletions
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);