aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-11-22 00:18:04 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-11-22 00:18:04 +0800
commit6f8ff2c790cacedb218304d35ca9131e3e0fcc12 (patch)
tree08e8c61953f908cc0cf105beba9cb255d71b9c54
parentf3fcd329948522c13c99592e544232684284ef86 (diff)
downloadgsoc2013-empathy-6f8ff2c790cacedb218304d35ca9131e3e0fcc12.tar
gsoc2013-empathy-6f8ff2c790cacedb218304d35ca9131e3e0fcc12.tar.gz
gsoc2013-empathy-6f8ff2c790cacedb218304d35ca9131e3e0fcc12.tar.bz2
gsoc2013-empathy-6f8ff2c790cacedb218304d35ca9131e3e0fcc12.tar.lz
gsoc2013-empathy-6f8ff2c790cacedb218304d35ca9131e3e0fcc12.tar.xz
gsoc2013-empathy-6f8ff2c790cacedb218304d35ca9131e3e0fcc12.tar.zst
gsoc2013-empathy-6f8ff2c790cacedb218304d35ca9131e3e0fcc12.zip
Removed cached_empathy_file from EmpathyTpFilePriv. (Jonny Lamb)
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1804 4ee84921-47dd-4033-b63a-18d7a039a3e4
-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;