From 16445870043275f7d5a0b7aa9a1abfa9e8a5c249 Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Thu, 14 Jul 2011 14:33:22 +0200 Subject: This was missing at merge: deleted: Makefile.in deleted: configure modified: gsm_bs.cpp modified: gsm_ms.cpp --- gsm_ms.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'gsm_ms.cpp') diff --git a/gsm_ms.cpp b/gsm_ms.cpp index c8292f9..481a4ac 100644 --- a/gsm_ms.cpp +++ b/gsm_ms.cpp @@ -37,8 +37,6 @@ void *l23_ctx = NULL; static int dtmf_timeout(struct lcr_timer *timer, void *instance, int index); -static int dtmf_timeout(struct lcr_timer *timer, void *instance, int index); - /* * constructor */ @@ -62,12 +60,6 @@ Pgsm_ms::Pgsm_ms(int type, struct mISDNport *mISDNport, char *portname, struct p memset(&p_m_g_dtmf_timer, 0, sizeof(p_m_g_dtmf_timer)); add_timer(&p_m_g_dtmf_timer, dtmf_timeout, this, 0); - p_m_g_dtmf_state = DTMF_ST_IDLE; - p_m_g_dtmf_index = 0; - p_m_g_dtmf[0] = '\0'; - memset(&p_m_g_dtmf_timer, 0, sizeof(p_m_g_dtmf_timer)); - add_timer(&p_m_g_dtmf_timer, dtmf_timeout, this, 0); - PDEBUG(DEBUG_GSM, "Created new GSMMSPort(%s %s).\n", portname, ms_name); } -- cgit v1.2.3-55-g7522