mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-02-05 04:06:37 -05:00
bluez5: Remove unused bt_features variable in sco_create_socket.
This commit is contained in:
parent
332e35039d
commit
bc53b6b343
1 changed files with 0 additions and 1 deletions
|
|
@ -2595,7 +2595,6 @@ static int sco_create_socket(struct impl *backend, struct spa_bt_adapter *adapte
|
|||
struct sockaddr_sco addr;
|
||||
socklen_t len;
|
||||
bdaddr_t src;
|
||||
uint32_t bt_features;
|
||||
|
||||
spa_autoclose int sock = socket(PF_BLUETOOTH, SOCK_SEQPACKET | SOCK_NONBLOCK, BTPROTO_SCO);
|
||||
if (sock < 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue