mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
bluetooth: Remove unused variable.
This commit is contained in:
parent
208a49a483
commit
4502d7cb28
1 changed files with 0 additions and 3 deletions
|
|
@ -1465,7 +1465,6 @@ static int a2dp_process_push(struct userdata *u) {
|
|||
void *d;
|
||||
ssize_t l;
|
||||
size_t to_write, to_decode;
|
||||
unsigned frame_count;
|
||||
|
||||
a2dp_prepare_buffer(u);
|
||||
|
||||
|
|
@ -1541,8 +1540,6 @@ static int a2dp_process_push(struct userdata *u) {
|
|||
|
||||
d = (uint8_t*) d + written;
|
||||
to_write -= written;
|
||||
|
||||
frame_count++;
|
||||
}
|
||||
|
||||
memchunk.length -= to_write;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue