mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-28 09:13:08 +03:00
Removed unused code
svn path=/trunk/netsurf/; revision=11659
This commit is contained in:
parent
033c68e8fa
commit
699ca79e2d
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user