[mutter/wip/wayland] squash: Remove meta_window_actor_get_shaped_texture



commit befd43a30e045f59a8ea76681909641cf148e991
Author: Neil Roberts <neil linux intel com>
Date:   Mon Jul 22 17:26:54 2013 +0100

    squash: Remove meta_window_actor_get_shaped_texture
    
    This is not used anywhere can the shaped texture can be accessed
    through meta_window_actor_get_texture anyway.
    
    This should be squashed into the patch
      “wayland: Add basic input support”

 src/compositor/meta-window-actor-private.h |    4 ----
 src/compositor/meta-window-actor.c         |    8 --------
 2 files changed, 0 insertions(+), 12 deletions(-)
---
diff --git a/src/compositor/meta-window-actor-private.h b/src/compositor/meta-window-actor-private.h
index 3f5d8ce..d37ee2d 100644
--- a/src/compositor/meta-window-actor-private.h
+++ b/src/compositor/meta-window-actor-private.h
@@ -83,8 +83,4 @@ void meta_window_actor_reset_visible_regions      (MetaWindowActor *self);
 void meta_window_actor_effect_completed (MetaWindowActor *actor,
                                          gulong           event);
 
-#ifdef HAVE_WAYLAND
-ClutterActor *meta_window_actor_get_shaped_texture (MetaWindowActor *self);
-#endif
-
 #endif /* META_WINDOW_ACTOR_PRIVATE_H */
diff --git a/src/compositor/meta-window-actor.c b/src/compositor/meta-window-actor.c
index 5817451..87814bb 100644
--- a/src/compositor/meta-window-actor.c
+++ b/src/compositor/meta-window-actor.c
@@ -2733,11 +2733,3 @@ meta_window_actor_set_updates_frozen (MetaWindowActor *self,
         }
     }
 }
-
-#ifdef HAVE_WAYLAND
-ClutterActor *
-meta_window_actor_get_shaped_texture (MetaWindowActor *self)
-{
-  return self->priv->actor;
-}
-#endif


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