aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-rounded-actor.h
diff options
context:
space:
mode:
authorEmanuele Aina <em@nerd.ocracy.org>2012-03-09 15:58:16 +0800
committerEmanuele Aina <emanuele.aina@collabora.com>2012-03-12 19:52:22 +0800
commit6fe60c87090fe013d7b803eb82a3ddb9568eccb9 (patch)
tree1e4989f1f0c747b68ead6521598a928585fa70bb /src/empathy-rounded-actor.h
parent532a1f7c653866c50589d37fb20b13e1f71738cf (diff)
downloadgsoc2013-empathy-6fe60c87090fe013d7b803eb82a3ddb9568eccb9.tar
gsoc2013-empathy-6fe60c87090fe013d7b803eb82a3ddb9568eccb9.tar.gz
gsoc2013-empathy-6fe60c87090fe013d7b803eb82a3ddb9568eccb9.tar.bz2
gsoc2013-empathy-6fe60c87090fe013d7b803eb82a3ddb9568eccb9.tar.lz
gsoc2013-empathy-6fe60c87090fe013d7b803eb82a3ddb9568eccb9.tar.xz
gsoc2013-empathy-6fe60c87090fe013d7b803eb82a3ddb9568eccb9.tar.zst
gsoc2013-empathy-6fe60c87090fe013d7b803eb82a3ddb9568eccb9.zip
Match the preview highlight roundedness with the video
https://bugzilla.gnome.org/show_bug.cgi?id=671720
Diffstat (limited to 'src/empathy-rounded-actor.h')
-rw-r--r--src/empathy-rounded-actor.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/empathy-rounded-actor.h b/src/empathy-rounded-actor.h
index 4287cf389..49fc03fd3 100644
--- a/src/empathy-rounded-actor.h
+++ b/src/empathy-rounded-actor.h
@@ -59,10 +59,7 @@ GType empathy_rounded_actor_get_type (void);
(G_TYPE_INSTANCE_GET_CLASS ((obj), EMPATHY_TYPE_ROUNDED_ACTOR, \
EmpathyRoundedActorClass))
-ClutterActor *empathy_rounded_actor_new (void);
-
-void empathy_rounded_actor_set_round_factor (EmpathyRoundedActor *self,
- guint round_factor);
+ClutterActor *empathy_rounded_actor_new (guint round_factor);
G_END_DECLS