diff options
Diffstat (limited to 'libempathy/empathy-dispatcher.h')
-rw-r--r-- | libempathy/empathy-dispatcher.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libempathy/empathy-dispatcher.h b/libempathy/empathy-dispatcher.h index fd45610e9..ad8767b40 100644 --- a/libempathy/empathy-dispatcher.h +++ b/libempathy/empathy-dispatcher.h @@ -94,12 +94,6 @@ void empathy_dispatcher_join_muc (McAccount *account, EmpathyDispatcher * empathy_dispatcher_dup_singleton (void); GType empathy_dispatcher_tube_get_type (void); -/* tube stuff */ -EmpathyDispatcherTube *empathy_dispatcher_tube_ref (EmpathyDispatcherTube *tube); -void empathy_dispatcher_tube_unref (EmpathyDispatcherTube *tube); -void empathy_dispatcher_tube_process (EmpathyDispatcher *dispatcher, - EmpathyDispatcherTube *etube); - G_END_DECLS #endif /* __EMPATHY_DISPATCHER_H__ */ |