[mutter/wayland] shaped-texture: Fix unused variable warning



commit a8336669a3bba4bd3ffeeccff6849260c766ebbb
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Wed Feb 5 22:50:34 2014 +0100

    shaped-texture: Fix unused variable warning
    
    (cherry picked from commit 101a13c86daaea0a6cd0b7421f7a186fbf4ca3f9)

 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 3796833..ae46b34 100644
--- a/src/compositor/meta-shaped-texture.c
+++ b/src/compositor/meta-shaped-texture.c
@@ -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)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]