mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-12 10:21:37 +00:00
Silence a compilation warning.
Signed-off-by: Zhigang Gong <zhigang.gong@linux.intel.com>
This commit is contained in:
committed by
Eric Anholt
parent
069a6d1746
commit
7329414bf2
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user