Bluetooth: Audio: HAS: Remove unused control_point_work_sync

Remove unused control_point_work_sync field in the has_client
struct.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
This commit is contained in:
Emil Gydesen 2023-01-09 15:05:51 +01:00 committed by Lauren Murphy
commit 50a0f62df2

View file

@ -116,7 +116,6 @@ static struct has_client {
} ntf_bonded;
struct bt_has_cp_read_presets_req read_presets_req;
struct k_work control_point_work;
struct k_work_sync control_point_work_sync;
} has_client_list[BT_HAS_MAX_CONN];
/* HAS internal preset representation */