1
0
Fork 0

shaped-texture: Fix unused variable warning

(cherry picked from commit 101a13c86d)
This commit is contained in:
Rico Tzschichholz 2014-02-05 22:50:34 +01:00
parent f6db756326
commit a8336669a3

View file

@ -668,7 +668,6 @@ meta_shaped_texture_get_unobscured_bounds (MetaShapedTexture *self,
gboolean
meta_shaped_texture_is_obscured (MetaShapedTexture *self)
{
MetaShapedTexturePrivate *priv = self->priv;
cairo_region_t *unobscured_region = effective_unobscured_region (self);
if (unobscured_region)