diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2008-11-22 00:18:04 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-11-22 00:18:04 +0800 |
commit | 171c3ebbf3e89c8dc6d47b28af1cc155a3857cfa (patch) | |
tree | 08e8c61953f908cc0cf105beba9cb255d71b9c54 | |
parent | 2885452639d3eb70aac6392e63526babe9c0766a (diff) | |
download | gsoc2013-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
-rw-r--r-- | libempathy/empathy-tp-file.c | 1 |
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; |