Skip to content
Snippets Groups Projects
Commit 75116153 authored by Alexandre Julliard's avatar Alexandre Julliard
Browse files

urlmon: Remove unneded stubs for IWindowForBindingUI.

parent c173399d
No related branches found
No related tags found
No related merge requests found
......@@ -146,17 +146,3 @@ HRESULT __RPC_STUB IBinding_GetBindResult_Stub(IBinding* This,
FIXME("stub\n");
return E_NOTIMPL;
}
HRESULT STDMETHODCALLTYPE IWindowForBindingUI_GetWindow_Proxy(
IWindowForBindingUI* This, REFGUID rguidReason, HWND *phwnd)
{
FIXME("stub\n");
return E_NOTIMPL;
}
void __RPC_STUB IWindowForBindingUI_GetWindow_Stub(IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer, PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase)
{
FIXME("stub\n");
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment