From 0c877d2fdc9fb00a2e154cf0b7c42577761930dc Mon Sep 17 00:00:00 2001 From: Kevin Mitchell Date: Mon, 4 Jan 2016 18:12:22 -0800 Subject: ao_wasapi: remove old vistablob prototype this function was removed earlier, but the prototype was missed --- audio/out/ao_wasapi_utils.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'audio') 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); -- cgit v1.2.3