summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/stk.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/stk.c b/src/stk.c
index bec46ea7..932e49aa 100644
--- a/src/stk.c
+++ b/src/stk.c
@@ -2170,11 +2170,6 @@ static gboolean handle_command_send_dtmf(const struct stk_command *cmd,
err = __ofono_voicecall_tone_send(vc, dtmf, dtmf_sent_cb, stk);
- if (err == -EBUSY) {
- rsp->result.type = STK_RESULT_TYPE_TERMINAL_BUSY;
- return TRUE;
- }
-
if (err == -ENOSYS) {
rsp->result.type = STK_RESULT_TYPE_NOT_CAPABLE;
return TRUE;