ao_wasapi_utils: remove unused variable

Introduced in 1a2319f3e4
Produced a warning during compilation on Windows.
This commit is contained in:
pavelxdd 2016-11-27 07:31:33 +03:00 committed by wm4
parent 89837523b5
commit 3203d6003c
1 changed files with 0 additions and 1 deletions

View File

@ -857,7 +857,6 @@ static LPWSTR select_device(struct mp_log *l, struct device_desc *d)
bstr wasapi_get_specified_device_string(struct ao *ao)
{
struct wasapi_state *state = ao->priv;
return bstr_strip(bstr0(ao->device));
}