[mutter] shaped-texture: Fix unused variable warning
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter] shaped-texture: Fix unused variable warning
- Date: Wed, 5 Feb 2014 21:52:25 +0000 (UTC)
commit 101a13c86daaea0a6cd0b7421f7a186fbf4ca3f9
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Wed Feb 5 22:50:34 2014 +0100
shaped-texture: Fix unused variable warning
src/compositor/meta-shaped-texture.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/compositor/meta-shaped-texture.c b/src/compositor/meta-shaped-texture.c
index a22aa2e..fc6aba1 100644
--- a/src/compositor/meta-shaped-texture.c
+++ b/src/compositor/meta-shaped-texture.c
@@ -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)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]