From 2aa329dcb7773bef4ee2b593147b48a83b7658f8 Mon Sep 17 00:00:00 2001 From: Jonny Lamb Date: Fri, 21 Nov 2008 16:16:06 +0000 Subject: Removed empathy_init in favour of calling emp_cli_init directly. (Jonny Lamb) Signed-off-by: Jonny Lamb svn path=/trunk/; revision=1773 --- libempathy/empathy-utils.c | 6 ------ libempathy/empathy-utils.h | 3 --- 2 files changed, 9 deletions(-) (limited to 'libempathy') diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c index e1c7244fd..c0cba4d73 100644 --- a/libempathy/empathy-utils.c +++ b/libempathy/empathy-utils.c @@ -881,9 +881,3 @@ empathy_send_file (EmpathyContact *contact, return file; } -void -empathy_init (void) -{ - emp_cli_init (); -} - 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__ */ -- cgit v1.2.3