remove unsed attrs

This commit is contained in:
Milanka Ringwald 2015-11-18 11:02:26 +01:00
parent 259633092e
commit 22c9a32a8c
2 changed files with 0 additions and 2 deletions

View File

@ -408,7 +408,6 @@ typedef struct hfp_connection {
uint8_t release_audio_connection;
uint8_t run_call_state_machine;
uint8_t run_codecs_state_machine;
uint8_t use_in_band_ring_tone;
uint8_t terminate_call;
} hfp_connection_t;

View File

@ -419,7 +419,6 @@ static int codecs_exchange_state_machine(hfp_connection_t * context){
case HFP_CMD_HF_CONFIRMED_CODEC:
//printf("HFP_CMD_HF_CONFIRMED_CODEC \n");
context->run_codecs_state_machine = 0;
if (context->codec_confirmed != context->suggested_codec){
context->codecs_state = HFP_CODECS_ERROR;
hfp_ag_error(context->rfcomm_cid);