From 7329414bf2ca9873c04150a1d9386cf37f70b663 Mon Sep 17 00:00:00 2001 From: Zhigang Gong Date: Mon, 9 Jan 2012 07:16:06 +0800 Subject: [PATCH] Silence a compilation warning. Signed-off-by: Zhigang Gong --- glamor/glamor_picture.c | 1 - 1 file changed, 1 deletion(-) diff --git a/glamor/glamor_picture.c b/glamor/glamor_picture.c index 2f9bc81ed..27c3fe85a 100644 --- a/glamor/glamor_picture.c +++ b/glamor/glamor_picture.c @@ -13,7 +13,6 @@ enum glamor_pixmap_status glamor_upload_picture_to_texture(PicturePtr picture) { PixmapPtr pixmap; - glamor_pixmap_private *pixmap_priv; assert(picture->pDrawable); pixmap = glamor_get_drawable_pixmap(picture->pDrawable);