Alexandre Julliard : urlmon: Remove unneded stubs for IWindowForBindingUI.

Alexandre Julliard julliard at winehq.org
Tue Jun 14 11:57:46 CDT 2011


Module: wine
Branch: master
Commit: 75116153698817457ff9f7e41b7b3ff144617d67
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=75116153698817457ff9f7e41b7b3ff144617d67

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue Jun 14 12:56:59 2011 +0200

urlmon: Remove unneded stubs for IWindowForBindingUI.

---

 dlls/urlmon/usrmarshal.c |   14 --------------
 1 files changed, 0 insertions(+), 14 deletions(-)

diff --git a/dlls/urlmon/usrmarshal.c b/dlls/urlmon/usrmarshal.c
index 6ff8f04..e6b468a 100644
--- a/dlls/urlmon/usrmarshal.c
+++ b/dlls/urlmon/usrmarshal.c
@@ -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");
-}




More information about the wine-cvs mailing list