| Index: src/plugin/PluginWbPassThrough.h |
| =================================================================== |
| --- a/src/plugin/PluginWbPassThrough.h |
| +++ b/src/plugin/PluginWbPassThrough.h |
| @@ -78,8 +78,5 @@ |
| //IInternetProtocol |
| STDMETHODIMP Read(/* [in, out] */ void *pv,/* [in] */ ULONG cb,/* [out] */ ULONG *pcbRead) override; |
| - STDMETHODIMP LockRequest(/* [in] */ DWORD dwOptions) override; |
| - STDMETHODIMP UnlockRequest() override; |
| - |
| bool m_shouldSupplyCustomContent; |
| }; |