aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-utils.h
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2008-11-22 00:16:06 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-11-22 00:16:06 +0800
commit2aa329dcb7773bef4ee2b593147b48a83b7658f8 (patch)
tree82ca425c6ca1a53098cc9d32f048bd5cbdc0bf51 /libempathy/empathy-utils.h
parent03c63ba1f0dbdac7a30ac025e3c02ce40cff7cc5 (diff)
downloadgsoc2013-empathy-2aa329dcb7773bef4ee2b593147b48a83b7658f8.tar
gsoc2013-empathy-2aa329dcb7773bef4ee2b593147b48a83b7658f8.tar.gz
gsoc2013-empathy-2aa329dcb7773bef4ee2b593147b48a83b7658f8.tar.bz2
gsoc2013-empathy-2aa329dcb7773bef4ee2b593147b48a83b7658f8.tar.lz
gsoc2013-empathy-2aa329dcb7773bef4ee2b593147b48a83b7658f8.tar.xz
gsoc2013-empathy-2aa329dcb7773bef4ee2b593147b48a83b7658f8.tar.zst
gsoc2013-empathy-2aa329dcb7773bef4ee2b593147b48a83b7658f8.zip
Removed empathy_init in favour of calling emp_cli_init directly. (Jonny Lamb)
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1773
Diffstat (limited to 'libempathy/empathy-utils.h')
-rw-r--r--libempathy/empathy-utils.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libempathy/empathy-utils.h b/libempathy/empathy-utils.h
index fe2acfee5..2d4734feb 100644
--- a/libempathy/empathy-utils.h
+++ b/libempathy/empathy-utils.h
@@ -133,9 +133,6 @@ EmpathyFile * empathy_send_file (EmpathyContact *contact,
EmpathyFile *empathy_send_file (EmpathyContact *contact,
GFile *file);
-/* General */
-void empathy_init (void);
-
G_END_DECLS
#endif /* __EMPATHY_UTILS_H__ */