summaryrefslogtreecommitdiffstats
path: root/gatchat/ppp.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-04-01 20:11:43 -0700
committerMarcel Holtmann <marcel@holtmann.org>2010-04-01 20:11:43 -0700
commitdabac98cb4cab2a2447c95e68dceaf2a7762f684 (patch)
tree3059ffbed7a5277fd1e04d6115f00cd785cf8f17 /gatchat/ppp.h
parentcb791ceb78bbeeb3ae0e504dbed0357a3fd29906 (diff)
downloadofono-dabac98cb4cab2a2447c95e68dceaf2a7762f684.tar.bz2
Remove PPP recv_queue handling and process frames 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 e8473517..9e5c5a70 100644
--- a/gatchat/ppp.h
+++ b/gatchat/ppp.h
@@ -131,7 +131,6 @@ struct _GAtPPP {
guint32 recv_accm;
GIOChannel *modem;
GQueue *event_queue;
- GQueue *recv_queue;
GAtPPPConnectFunc connect_cb;
gpointer connect_data;
GAtDisconnectFunc disconnect_cb;