diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-07-04 18:51:00 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-07-04 18:51:00 +0800 |
commit | 2f6643d36031df340dc5b154be579d13bc0de58e (patch) | |
tree | 67ea676ac31076d8cc5f3b3f01e3e375d5a35a30 /libempathy-gtk/empathy-ui-utils.h | |
parent | 1b476eb4eb43f694bf8e2065b7d8f227af8d66ee (diff) | |
download | gsoc2013-empathy-2f6643d36031df340dc5b154be579d13bc0de58e.tar gsoc2013-empathy-2f6643d36031df340dc5b154be579d13bc0de58e.tar.gz gsoc2013-empathy-2f6643d36031df340dc5b154be579d13bc0de58e.tar.bz2 gsoc2013-empathy-2f6643d36031df340dc5b154be579d13bc0de58e.tar.lz gsoc2013-empathy-2f6643d36031df340dc5b154be579d13bc0de58e.tar.xz gsoc2013-empathy-2f6643d36031df340dc5b154be579d13bc0de58e.tar.zst gsoc2013-empathy-2f6643d36031df340dc5b154be579d13bc0de58e.zip |
ui-utils: remove unused public functions
Diffstat (limited to 'libempathy-gtk/empathy-ui-utils.h')
-rw-r--r-- | libempathy-gtk/empathy-ui-utils.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/libempathy-gtk/empathy-ui-utils.h b/libempathy-gtk/empathy-ui-utils.h index e690f11ab..fdf69df06 100644 --- a/libempathy-gtk/empathy-ui-utils.h +++ b/libempathy-gtk/empathy-ui-utils.h @@ -86,16 +86,9 @@ GdkPixbuf * empathy_pixbuf_avatar_from_individual_scaled_finish ( FolksIndividual *individual, GAsyncResult *result, GError **error); -GdkPixbuf * empathy_pixbuf_from_avatar_scaled (EmpathyAvatar *avatar, - gint width, - gint height); GdkPixbuf * empathy_pixbuf_avatar_from_contact_scaled (EmpathyContact *contact, gint width, gint height); -GdkPixbuf * empathy_pixbuf_protocol_from_contact_scaled ( - EmpathyContact *contact, - gint width, - gint height); GdkPixbuf * empathy_pixbuf_contact_status_icon (EmpathyContact *contact, gboolean show_protocol); GdkPixbuf * empathy_pixbuf_contact_status_icon_with_icon_name ( @@ -111,18 +104,6 @@ GdkPixbuf * empathy_pixbuf_from_icon_name_sized (const gchar *icon_name, gchar * empathy_filename_from_icon_name (const gchar *icon_name, GtkIconSize icon_size); -/* Text view */ -gboolean empathy_text_iter_forward_search (const GtkTextIter*iter, - const gchar *str, - GtkTextIter *match_start, - GtkTextIter *match_end, - const GtkTextIter*limit); -gboolean empathy_text_iter_backward_search (const GtkTextIter*iter, - const gchar *str, - GtkTextIter *match_start, - GtkTextIter *match_end, - const GtkTextIter *limit); - /* Windows */ void empathy_window_present (GtkWindow *window); void empathy_window_present_with_time (GtkWindow *window, |