From e364249f21f7273f86d03264ec4d6d4957bd7dd5 Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 9 Jul 2006 16:01:36 +0000 Subject: Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18981 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libao2/ao_esd.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libao2/ao_esd.c') 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; -- cgit v1.2.3