diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-06-29 23:09:24 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-08-11 15:43:55 +0800 |
commit | a3392a992e98b330d9a604a7b539dbed60e6f375 (patch) | |
tree | 741ba1bc2fa5bf87ad07f2a91a366dc77ebc1356 /libempathy/empathy-tp-file.c | |
parent | 325786d466cc7a8b6eed06e52b9b5223ba5dc7fd (diff) | |
download | gsoc2013-empathy-a3392a992e98b330d9a604a7b539dbed60e6f375.tar gsoc2013-empathy-a3392a992e98b330d9a604a7b539dbed60e6f375.tar.gz gsoc2013-empathy-a3392a992e98b330d9a604a7b539dbed60e6f375.tar.bz2 gsoc2013-empathy-a3392a992e98b330d9a604a7b539dbed60e6f375.tar.lz gsoc2013-empathy-a3392a992e98b330d9a604a7b539dbed60e6f375.tar.xz gsoc2013-empathy-a3392a992e98b330d9a604a7b539dbed60e6f375.tar.zst gsoc2013-empathy-a3392a992e98b330d9a604a7b539dbed60e6f375.zip |
tp-file: remove unused ready variable
Diffstat (limited to 'libempathy/empathy-tp-file.c')
-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 065e94f62..fe010041c 100644 --- a/libempathy/empathy-tp-file.c +++ b/libempathy/empathy-tp-file.c @@ -67,7 +67,6 @@ typedef struct { TpChannel *channel; - gboolean ready; GInputStream *in_stream; GOutputStream *out_stream; |