From 28a3cbf38e299f56f52bd9f0cff9f91e96275d23 Mon Sep 17 00:00:00 2001 From: Bastian Winkler Date: Tue, 24 Feb 2009 20:07:31 +0100 Subject: [PATCH] Remove redundant declaration in clutter-text.h clutter-text.h declares clutter_text_get_layout twice. Signed-off-by: Emmanuele Bassi --- clutter/clutter-text.h | 1 - 1 file changed, 1 deletion(-) diff --git a/clutter/clutter-text.h b/clutter/clutter-text.h index 50c9ca657..a371a3ece 100644 --- a/clutter/clutter-text.h +++ b/clutter/clutter-text.h @@ -108,7 +108,6 @@ void clutter_text_set_text (ClutterText *sel const gchar *text); void clutter_text_set_markup (ClutterText *self, const gchar *markup); -PangoLayout * clutter_text_get_layout (ClutterText *self); void clutter_text_set_color (ClutterText *self, const ClutterColor *color); void clutter_text_get_color (ClutterText *self,