diff options
Diffstat (limited to 'nx-X11/programs')
-rw-r--r-- | nx-X11/programs/Xserver/fb/fbtrap.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nx-X11/programs/Xserver/fb/fbtrap.c b/nx-X11/programs/Xserver/fb/fbtrap.c index 1940bc209..c9951b00d 100644 --- a/nx-X11/programs/Xserver/fb/fbtrap.c +++ b/nx-X11/programs/Xserver/fb/fbtrap.c @@ -110,7 +110,6 @@ fbRasterizeTrapezoid (PicturePtr pPicture, int height; int pxoff, pyoff; - xFixed x_off_fixed; xFixed y_off_fixed; RenderEdge l, r; xFixed t, b; @@ -125,7 +124,6 @@ fbRasterizeTrapezoid (PicturePtr pPicture, x_off += pxoff; y_off += pyoff; - x_off_fixed = IntToxFixed(x_off); y_off_fixed = IntToxFixed(y_off); t = trap->top + y_off_fixed; if (t < 0) |