Silence a compilation warning.
Signed-off-by: Zhigang Gong <zhigang.gong@linux.intel.com>
This commit is contained in:
		
							parent
							
								
									069a6d1746
								
							
						
					
					
						commit
						7329414bf2
					
				| 
						 | 
					@ -13,7 +13,6 @@ enum glamor_pixmap_status
 | 
				
			||||||
glamor_upload_picture_to_texture(PicturePtr picture)
 | 
					glamor_upload_picture_to_texture(PicturePtr picture)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	PixmapPtr pixmap;
 | 
						PixmapPtr pixmap;
 | 
				
			||||||
	glamor_pixmap_private *pixmap_priv;
 | 
					 | 
				
			||||||
	assert(picture->pDrawable);
 | 
						assert(picture->pDrawable);
 | 
				
			||||||
	pixmap = glamor_get_drawable_pixmap(picture->pDrawable);
 | 
						pixmap = glamor_get_drawable_pixmap(picture->pDrawable);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue