shaped-texture: Fix unused variable warning
(cherry picked from commit 101a13c86d
)
This commit is contained in:
parent
f6db756326
commit
a8336669a3
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue