From 2885452639d3eb70aac6392e63526babe9c0766a Mon Sep 17 00:00:00 2001 From: Jonny Lamb Date: Fri, 21 Nov 2008 16:18:01 +0000 Subject: Removed account property of EmpathyTpFile as it's only actually used once and easy obtainable. (Jonny Lamb) Signed-off-by: Jonny Lamb svn path=/trunk/; revision=1803 --- libempathy/empathy-tp-file.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libempathy/empathy-tp-file.h') diff --git a/libempathy/empathy-tp-file.h b/libempathy/empathy-tp-file.h index 21007291d..c8565033f 100644 --- a/libempathy/empathy-tp-file.h +++ b/libempathy/empathy-tp-file.h @@ -67,7 +67,7 @@ struct _EmpathyTpFileClass GType empathy_tp_file_get_type (void) G_GNUC_CONST; -EmpathyTpFile *empathy_tp_file_new (McAccount *account, TpChannel *channel); +EmpathyTpFile *empathy_tp_file_new (TpChannel *channel); TpChannel *empathy_tp_file_get_channel (EmpathyTpFile *tp_file); void empathy_tp_file_accept (EmpathyTpFile *tp_file, guint64 offset); -- cgit v1.2.3