diff options
Diffstat (limited to 'libempathy/empathy-utils.h')
-rw-r--r-- | libempathy/empathy-utils.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/libempathy/empathy-utils.h b/libempathy/empathy-utils.h index dca557028..97490b939 100644 --- a/libempathy/empathy-utils.h +++ b/libempathy/empathy-utils.h @@ -45,16 +45,6 @@ G_BEGIN_DECLS void empathy_init (void); -/* Strings */ -gchar * empathy_substring (const gchar *str, - gint start, - gint end); -gint empathy_strcasecmp (const gchar *s1, - const gchar *s2); -gint empathy_strncasecmp (const gchar *s1, - const gchar *s2, - gsize n); - /* XML */ gboolean empathy_xml_validate (xmlDoc *doc, const gchar *dtd_filename); |