aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tp-file.c
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2008-11-22 00:18:04 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-11-22 00:18:04 +0800
commit171c3ebbf3e89c8dc6d47b28af1cc155a3857cfa (patch)
tree08e8c61953f908cc0cf105beba9cb255d71b9c54 /libempathy/empathy-tp-file.c
parent2885452639d3eb70aac6392e63526babe9c0766a (diff)
downloadgsoc2013-empathy-171c3ebbf3e89c8dc6d47b28af1cc155a3857cfa.tar
gsoc2013-empathy-171c3ebbf3e89c8dc6d47b28af1cc155a3857cfa.tar.gz
gsoc2013-empathy-171c3ebbf3e89c8dc6d47b28af1cc155a3857cfa.tar.bz2
gsoc2013-empathy-171c3ebbf3e89c8dc6d47b28af1cc155a3857cfa.tar.lz
gsoc2013-empathy-171c3ebbf3e89c8dc6d47b28af1cc155a3857cfa.tar.xz
gsoc2013-empathy-171c3ebbf3e89c8dc6d47b28af1cc155a3857cfa.tar.zst
gsoc2013-empathy-171c3ebbf3e89c8dc6d47b28af1cc155a3857cfa.zip
Removed cached_empathy_file from EmpathyTpFilePriv. (Jonny Lamb)
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1804
Diffstat (limited to 'libempathy/empathy-tp-file.c')
-rw-r--r--libempathy/empathy-tp-file.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libempathy/empathy-tp-file.c b/libempathy/empathy-tp-file.c
index c9e4c5d4d..771768e2e 100644
--- a/libempathy/empathy-tp-file.c
+++ b/libempathy/empathy-tp-file.c
@@ -278,7 +278,6 @@ struct _EmpathyTpFilePriv {
MissionControl *mc;
TpChannel *channel;
- EmpathyTpFile *cached_empathy_file;
EmpathyContact *contact;
GInputStream *in_stream;
GOutputStream *out_stream;