mirror of https://github.com/mpv-player/mpv
ao_wasapi_utils: remove unused variable
Introduced in 1a2319f3e4
Produced a warning during compilation on Windows.
This commit is contained in:
parent
89837523b5
commit
3203d6003c
|
@ -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));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue