From dabac98cb4cab2a2447c95e68dceaf2a7762f684 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 1 Apr 2010 20:11:43 -0700 Subject: Remove PPP recv_queue handling and process frames directly --- gatchat/ppp.h | 1 - 1 file changed, 1 deletion(-) (limited to 'gatchat/ppp.h') 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; -- cgit v1.2.3