aboutsummaryrefslogtreecommitdiffstats
path: root/src/gprs_ms.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gprs_ms.h')
-rw-r--r--src/gprs_ms.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gprs_ms.h b/src/gprs_ms.h
index 0538723..3d0195c 100644
--- a/src/gprs_ms.h
+++ b/src/gprs_ms.h
@@ -170,11 +170,6 @@ inline uint8_t GprsMs::ms_class() const
return m_ms_class;
}
-inline uint8_t GprsMs::current_cs_dl() const
-{
- return m_current_cs_dl;
-}
-
inline uint8_t GprsMs::current_cs_ul() const
{
return m_current_cs_ul;