diff --git a/gatchat/gatppp.c b/gatchat/gatppp.c index 5144084e..4a80b4b3 100644 --- a/gatchat/gatppp.c +++ b/gatchat/gatppp.c @@ -40,7 +40,6 @@ #include "crc-ccitt.h" #include "ppp.h" -#define DEFAULT_MRU 1500 #define DEFAULT_MTU 1500 #define PPP_ADDR_FIELD 0xff @@ -66,7 +65,6 @@ struct _GAtPPP { struct ppp_chap *chap; struct ppp_pap *pap; GAtHDLC *hdlc; - gint mru; gint mtu; char username[256]; char password[256]; @@ -830,7 +828,6 @@ static GAtPPP *ppp_init_common(gboolean is_server, guint32 ip) ppp->fd = -1; /* set options to defaults */ - ppp->mru = DEFAULT_MRU; ppp->mtu = DEFAULT_MTU; /* initialize the lcp state */