From 0e4fb82ecf8d6c923466085879c297cb7a0f3fff Mon Sep 17 00:00:00 2001 From: Steve Underwood Date: Sun, 26 Aug 2012 22:18:26 +0800 Subject: [PATCH] Tweaks --- libs/spandsp/src/t31.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/spandsp/src/t31.c b/libs/spandsp/src/t31.c index 84923ad4e3..d1e5273b8e 100644 --- a/libs/spandsp/src/t31.c +++ b/libs/spandsp/src/t31.c @@ -2493,7 +2493,6 @@ SPAN_DECLARE_NONSTD(int) t31_rx_fillin(t31_state_t *s, int len) at_put_response_code(&s->at_state, AT_RESPONSE_CODE_ERROR); restart_modem(s, FAX_MODEM_SILENCE_TX); } - s->audio.modems.rx_fillin_handler(s->audio.modems.rx_fillin_user_data, len); return 0; }