summaryrefslogtreecommitdiff
path: root/src/modules/bluetooth/a2dp-codec-api.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/bluetooth/a2dp-codec-api.h')
-rw-r--r--src/modules/bluetooth/a2dp-codec-api.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/modules/bluetooth/a2dp-codec-api.h b/src/modules/bluetooth/a2dp-codec-api.h
index bdfd3f390..e46981836 100644
--- a/src/modules/bluetooth/a2dp-codec-api.h
+++ b/src/modules/bluetooth/a2dp-codec-api.h
@@ -42,9 +42,6 @@ typedef struct pa_a2dp_endpoint_conf {
/* A2DP codec id */
pa_a2dp_codec_id id;
- /* True if codec is bi-directional and supports backchannel */
- bool support_backchannel;
-
/* Returns true if the codec can be supported on the system */
bool (*can_be_supported)(bool for_encoding);