summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <ssp@redhat.com>2011-03-28 23:56:15 -0400
committerSøren Sandmann Pedersen <ssp@redhat.com>2011-03-30 14:25:22 -0400
commit6fa52ccef1349ca492a7df263557f24e644822b7 (patch)
treed79df74487b80e69b16708074d6afddf4279b2f6
parent307fde8f0191f30d4499befd0ced0bed3a6bf6cf (diff)
render: Remove unused variables
In CompositeTriStrip() pScreen and ps are not used. In CompositeTriFan(), pScreen is not used. Signed-off-by: Soren Sandmann <ssp@redhat.com>
-rw-r--r--render/picture.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/render/picture.c b/render/picture.c
index dd245469e..9f3f4b0ca 100644
--- a/render/picture.c
+++ b/render/picture.c
@@ -1725,8 +1725,6 @@ CompositeTriStrip (CARD8 op,
int npoints,
xPointFixed *points)
{
- ScreenPtr pScreen = pDst->pDrawable->pScreen;
- PictureScreenPtr ps = GetPictureScreen(pScreen);
xTriangle *tris, *tri;
int ntri;
@@ -1756,7 +1754,6 @@ CompositeTriFan (CARD8 op,
int npoints,
xPointFixed *points)
{
- ScreenPtr pScreen = pDst->pDrawable->pScreen;
xTriangle *tris, *tri;
xPointFixed *first;
int ntri;