mirror of
https://github.com/brl/mutter.git
synced 2024-11-11 00:26:40 -05:00
shaped-texture: Fix unused variable warning
This commit is contained in:
parent
18cfcc0221
commit
101a13c86d
@ -619,7 +619,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 New Issue
Block a user