audin: remove unused variable.

This commit is contained in:
Vic Lee 2014-04-29 14:20:58 +08:00
parent 41fe20a960
commit 50746ea724

View File

@ -280,7 +280,6 @@ static BOOL audin_server_recv_data(audin_server* audin, wStream* s, UINT32 lengt
static void* audin_server_thread_func(void* arg)
{
void* fd;
wStream* s;
void* buffer;
DWORD nCount;