diff options
Diffstat (limited to 'src/rmd_cache_audio.c')
-rw-r--r-- | src/rmd_cache_audio.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/rmd_cache_audio.c b/src/rmd_cache_audio.c index 0a3be39..58892b6 100644 --- a/src/rmd_cache_audio.c +++ b/src/rmd_cache_audio.c @@ -99,10 +99,6 @@ void *rmdCacheSoundBuffer(ProgData *pdata) { fwrite(jackbuf, 1, write_size, pdata->cache_data->afp); #endif } - - pthread_mutex_lock(&pdata->avd_mutex); - pdata->avd -= pdata->periodtime; - pthread_mutex_unlock(&pdata->avd_mutex); } fclose(pdata->cache_data->afp); |