diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-06-29 17:48:20 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-06-29 17:53:42 +0800 |
commit | db0fd2e3da0b075282169e2a220a1c4051c4309d (patch) | |
tree | eea626de23a1fa6b5909d0febff7f722550d0918 /libempathy/empathy-utils.h | |
parent | 442e6acd522cfaaeae71b8ebde6031de0a3cc44e (diff) | |
download | gsoc2013-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.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); |