diff options
Diffstat (limited to 'gatchat/gatppp.c')
-rw-r--r-- | gatchat/gatppp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gatchat/gatppp.c b/gatchat/gatppp.c index b69a334d..bc607a8f 100644 --- a/gatchat/gatppp.c +++ b/gatchat/gatppp.c @@ -147,7 +147,6 @@ GAtPPP *g_at_ppp_new(GIOChannel *modem) /* allocate the queues */ ppp->event_queue = g_queue_new(); - ppp->recv_queue = g_queue_new(); ppp->index = 0; |