summaryrefslogtreecommitdiffstats
path: root/gatchat/ppp.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-04-01 20:26:24 -0700
committerMarcel Holtmann <marcel@holtmann.org>2010-04-01 20:26:24 -0700
commit7d6649680facbeca0c551dc26c50fe264213b4b8 (patch)
treea1c44c3a605dbb30265d57df70114b36be5cd406 /gatchat/ppp.h
parentcdc1e3c31b74adc010efd9dddd7502806ff0e555 (diff)
downloadofono-7d6649680facbeca0c551dc26c50fe264213b4b8.tar.bz2
Remove PPP event_queue handling and process events directly
Diffstat (limited to 'gatchat/ppp.h')
-rw-r--r--gatchat/ppp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gatchat/ppp.h b/gatchat/ppp.h
index 9e5c5a70..8c38381d 100644
--- a/gatchat/ppp.h
+++ b/gatchat/ppp.h
@@ -130,7 +130,6 @@ struct _GAtPPP {
guint32 xmit_accm[8];
guint32 recv_accm;
GIOChannel *modem;
- GQueue *event_queue;
GAtPPPConnectFunc connect_cb;
gpointer connect_data;
GAtDisconnectFunc disconnect_cb;