mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
bluetooth: Remove unused ts_elapsed variable
Fixes: 969951121 ("bluetooth: allow increasing output bitrate")
Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/477>
This commit is contained in:
parent
f9bf21e012
commit
ff2f16294f
1 changed files with 0 additions and 1 deletions
|
|
@ -1367,7 +1367,6 @@ static void thread_func(void *userdata) {
|
|||
unsigned blocks_to_write = 0;
|
||||
unsigned bytes_to_write = 0;
|
||||
struct timeval tv_last_output_rate_change;
|
||||
pa_usec_t ts_elapsed;
|
||||
|
||||
pa_assert(u);
|
||||
pa_assert(u->transport);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue