call: Remove waiting state

The waiting state is not used any more and made wrong assumptions to
begin with, so let's get rid of it.
This commit is contained in:
Evangelos Ribeiro Tzaras
2022-08-05 11:15:25 +02:00
parent 4b99660e3f
commit 8a928f2008
3 changed files with 0 additions and 4 deletions

View File

@@ -39,7 +39,6 @@ typedef enum {
CALLS_CALL_STATE_DIALING,
CALLS_CALL_STATE_ALERTING,
CALLS_CALL_STATE_INCOMING,
CALLS_CALL_STATE_WAITING,
CALLS_CALL_STATE_DISCONNECTED
} CallsCallState;