From db0fd2e3da0b075282169e2a220a1c4051c4309d Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Wed, 29 Jun 2011 11:48:20 +0200 Subject: remove unused string util functions --- libempathy/empathy-utils.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'libempathy/empathy-utils.h') 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); -- cgit v1.2.3