diff --git a/src/tbf.h b/src/tbf.h index b00f4d54..fbf7c82e 100644 --- a/src/tbf.h +++ b/src/tbf.h @@ -353,7 +353,6 @@ struct gprs_rlcmac_dl_tbf : public gprs_rlcmac_tbf { int frames_since_last_drain(unsigned fn) const; bool keep_open(unsigned fn) const; int release(); - void enable_egprs(); bool is_control_ts(uint8_t ts) const { return ts == control_ts;