summaryrefslogtreecommitdiffstats
path: root/libao2/ao_esd.c
diff options
context:
space:
mode:
Diffstat (limited to 'libao2/ao_esd.c')
-rw-r--r--libao2/ao_esd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libao2/ao_esd.c b/libao2/ao_esd.c
index 297787f6c8..83b52093d9 100644
--- a/libao2/ao_esd.c
+++ b/libao2/ao_esd.c
@@ -298,8 +298,7 @@ static int play(void* data, int len, int flags)
int offs;
int nwritten;
int nsamples;
- int remainder, n;
- int saved_fl;
+ int n;
/* round down buffersize to a multiple of ESD_BUF_SIZE bytes */
len = len / ESD_BUF_SIZE * ESD_BUF_SIZE;