Commit aef3f42f authored by Austin English's avatar Austin English Committed by Alexandre Julliard

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

parent c9d112fd
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment