mirror of
https://github.com/brl/mutter.git
synced 2024-11-24 17:10:40 -05:00
shaped-texture: Fix unused variable warning
(cherry picked from commit 101a13c86d
)
This commit is contained in:
parent
f6db756326
commit
a8336669a3
@ -668,7 +668,6 @@ meta_shaped_texture_get_unobscured_bounds (MetaShapedTexture *self,
|
|||||||
gboolean
|
gboolean
|
||||||
meta_shaped_texture_is_obscured (MetaShapedTexture *self)
|
meta_shaped_texture_is_obscured (MetaShapedTexture *self)
|
||||||
{
|
{
|
||||||
MetaShapedTexturePrivate *priv = self->priv;
|
|
||||||
cairo_region_t *unobscured_region = effective_unobscured_region (self);
|
cairo_region_t *unobscured_region = effective_unobscured_region (self);
|
||||||
|
|
||||||
if (unobscured_region)
|
if (unobscured_region)
|
||||||
|
Loading…
Reference in New Issue
Block a user