summaryrefslogtreecommitdiffstats
path: root/src/voicecall.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/voicecall.c')
-rw-r--r--src/voicecall.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/voicecall.c b/src/voicecall.c
index 23976afa..168ce964 100644
--- a/src/voicecall.c
+++ b/src/voicecall.c
@@ -700,9 +700,6 @@ static void emulator_call_status_cb(struct ofono_atom *atom, void *data)
struct ofono_emulator *em = __ofono_atom_get_data(atom);
struct emulator_status *s = data;
- if (em == s->vc->pending_em)
- return;
-
ofono_emulator_set_indicator(em, OFONO_EMULATOR_IND_CALL, s->status);
}
@@ -711,9 +708,6 @@ static void emulator_callsetup_status_cb(struct ofono_atom *atom, void *data)
struct ofono_emulator *em = __ofono_atom_get_data(atom);
struct emulator_status *s = data;
- if (em == s->vc->pending_em)
- return;
-
ofono_emulator_set_indicator(em, OFONO_EMULATOR_IND_CALLSETUP,
s->status);
}
@@ -723,9 +717,6 @@ static void emulator_callheld_status_cb(struct ofono_atom *atom, void *data)
struct ofono_emulator *em = __ofono_atom_get_data(atom);
struct emulator_status *s = data;
- if (em == s->vc->pending_em)
- return;
-
ofono_emulator_set_indicator(em, OFONO_EMULATOR_IND_CALLHELD,
s->status);
}
@@ -3210,8 +3201,6 @@ static void emulator_dial_callback(const struct ofono_error *error, void *data)
vc->pending_em = NULL;
- notify_emulator_call_status(vc);
-
if (need_to_emit)
voicecalls_emit_call_added(vc, v);
}