summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Mitchell <kevmitch@gmail.com>2016-01-04 18:12:22 -0800
committerKevin Mitchell <kevmitch@gmail.com>2016-01-05 17:47:55 -0800
commit0c877d2fdc9fb00a2e154cf0b7c42577761930dc (patch)
tree4b6e4f8ce8248ea9d1d809f0c28efea87fcf41a7
parent8368ead1fa279e84012eaffcad321bb3cd1ed166 (diff)
downloadmpv-0c877d2fdc9fb00a2e154cf0b7c42577761930dc.tar.bz2
mpv-0c877d2fdc9fb00a2e154cf0b7c42577761930dc.tar.xz
ao_wasapi: remove old vistablob prototype
this function was removed earlier, but the prototype was missed
-rw-r--r--audio/out/ao_wasapi_utils.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/audio/out/ao_wasapi_utils.h b/audio/out/ao_wasapi_utils.h
index 410eaeda14..17f5cbad69 100644
--- a/audio/out/ao_wasapi_utils.h
+++ b/audio/out/ao_wasapi_utils.h
@@ -35,8 +35,6 @@ char *mp_HRESULT_to_str_buf(char *buf, size_t buf_size, HRESULT hr);
#define mp_HRESULT_to_str(hr) mp_HRESULT_to_str_buf((char[60]){0}, 60, (hr))
#define mp_LastError_to_str() mp_HRESULT_to_str(HRESULT_FROM_WIN32(GetLastError()))
-bool wasapi_fill_VistaBlob(wasapi_state *state);
-
void wasapi_list_devs(struct ao *ao, struct ao_device_list *list);
LPWSTR find_deviceID(struct ao *ao);