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:
parent
0fc9452b03
commit
28a3cbf38e
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user