winenas.drv: Remove oldb from nas_add_buffer, where it's unused.

This commit is contained in:
Austin English 2010-05-27 10:53:29 -05:00 committed by Alexandre Julliard
parent c9d112fd94
commit aef3f42f0a
1 changed files with 1 additions and 2 deletions

View File

@ -1401,10 +1401,9 @@ static int nas_add_buffer(WINE_WAVEOUT* wwo) {
}
static int nas_send_buffer(WINE_WAVEOUT* wwo) {
int oldb , len;
int len = 0;
char *ptr, *newdata;
newdata = NULL;
oldb = len = 0;
if (wwo->freeBytes <= 0)
return 0;