Remove redundant declaration in clutter-text.h

clutter-text.h declares clutter_text_get_layout twice.

Signed-off-by: Emmanuele Bassi <ebassi@linux.intel.com>
This commit is contained in:
Bastian Winkler 2009-02-24 20:07:31 +01:00 committed by Emmanuele Bassi
parent 0fc9452b03
commit 28a3cbf38e

View File

@ -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,