diff options
Diffstat (limited to 'libempathy/empathy-utils.c')
-rw-r--r-- | libempathy/empathy-utils.c | 6 |
1 files changed, 0 insertions, 6 deletions
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 (); -} - |