summaryrefslogtreecommitdiffstats
path: root/gatchat/gathdlc.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-10-26 15:16:35 +0200
committerMarcel Holtmann <marcel@holtmann.org>2010-10-26 15:16:35 +0200
commita34a8840c998af31693fc5c2917b4c1f95c10f10 (patch)
tree94ed7cf6fbce355a51126d8ed9abf590a95cecb2 /gatchat/gathdlc.c
parent3477a9c9e9bcf707883b3f3bde72b54dee67b9c5 (diff)
downloadofono-a34a8840c998af31693fc5c2917b4c1f95c10f10.tar.bz2
gatchat: Remove unused write_watch variable of GAtHDLC
Diffstat (limited to 'gatchat/gathdlc.c')
-rw-r--r--gatchat/gathdlc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gatchat/gathdlc.c b/gatchat/gathdlc.c
index 08a19392..37f014aa 100644
--- a/gatchat/gathdlc.c
+++ b/gatchat/gathdlc.c
@@ -51,7 +51,6 @@
struct _GAtHDLC {
gint ref_count;
GAtIO *io;
- guint write_watch;
struct ring_buffer *write_buffer;
unsigned char *decode_buffer;
guint decode_offset;