aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-utils.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-06-29 17:48:20 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-06-29 17:53:42 +0800
commitdb0fd2e3da0b075282169e2a220a1c4051c4309d (patch)
treeeea626de23a1fa6b5909d0febff7f722550d0918 /libempathy/empathy-utils.h
parent442e6acd522cfaaeae71b8ebde6031de0a3cc44e (diff)
downloadgsoc2013-empathy-db0fd2e3da0b075282169e2a220a1c4051c4309d.tar
gsoc2013-empathy-db0fd2e3da0b075282169e2a220a1c4051c4309d.tar.gz
gsoc2013-empathy-db0fd2e3da0b075282169e2a220a1c4051c4309d.tar.bz2
gsoc2013-empathy-db0fd2e3da0b075282169e2a220a1c4051c4309d.tar.lz
gsoc2013-empathy-db0fd2e3da0b075282169e2a220a1c4051c4309d.tar.xz
gsoc2013-empathy-db0fd2e3da0b075282169e2a220a1c4051c4309d.tar.zst
gsoc2013-empathy-db0fd2e3da0b075282169e2a220a1c4051c4309d.zip
remove unused string util functions
Diffstat (limited to 'libempathy/empathy-utils.h')
-rw-r--r--libempathy/empathy-utils.h10
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);