surface-actor: Remove unused APIs

This commit is contained in:
Jasper St. Pierre
2014-07-31 11:11:43 +02:00
parent b0ba325f0e
commit 505eabb78c
4 changed files with 34 additions and 46 deletions

View File

@ -42,14 +42,6 @@ enum {
static guint signals[LAST_SIGNAL];
gboolean
meta_surface_actor_get_unobscured_bounds (MetaSurfaceActor *self,
cairo_rectangle_int_t *unobscured_bounds)
{
MetaSurfaceActorPrivate *priv = self->priv;
return meta_shaped_texture_get_unobscured_bounds (priv->texture, unobscured_bounds);
}
static void
meta_surface_actor_pick (ClutterActor *actor,
const ClutterColor *color)