aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-06-29 23:09:24 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-08-11 15:43:55 +0800
commita3392a992e98b330d9a604a7b539dbed60e6f375 (patch)
tree741ba1bc2fa5bf87ad07f2a91a366dc77ebc1356 /libempathy
parent325786d466cc7a8b6eed06e52b9b5223ba5dc7fd (diff)
downloadgsoc2013-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')
-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 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;