summaryrefslogtreecommitdiff
path: root/uxa/uxa-accel.c
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2010-02-19 08:11:00 -0800
committerEric Anholt <eric@anholt.net>2010-02-20 12:55:13 -0500
commitec5deb2bcbf828c3c47488eb77461c26cab38ed6 (patch)
tree2f19d49628238b4f2053b8a07d94b16068e9a0b7 /uxa/uxa-accel.c
parenta4180eabfa00c256494ed09aa336a17605c49a8a (diff)
Remove dead assignments noticed by clang.
Diffstat (limited to 'uxa/uxa-accel.c')
-rw-r--r--uxa/uxa-accel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/uxa/uxa-accel.c b/uxa/uxa-accel.c
index 80be91f6..cd3e477b 100644
--- a/uxa/uxa-accel.c
+++ b/uxa/uxa-accel.c
@@ -122,7 +122,7 @@ uxa_do_put_image(DrawablePtr pDrawable, GCPtr pGC, int depth, int x, int y,
int w, int h, int format, char *bits, int src_stride)
{
uxa_screen_t *uxa_screen = uxa_get_screen(pDrawable->pScreen);
- PixmapPtr pPix = uxa_get_drawable_pixmap(pDrawable);
+ PixmapPtr pPix;
RegionPtr pClip;
BoxPtr pbox;
int nbox;