urlmon: Remove some leftovers from the old COM days.

oldstable
Michael Stefaniuc 2011-01-14 23:32:54 +01:00 committed by Alexandre Julliard
parent 970e211a21
commit e5b2a222ac
2 changed files with 0 additions and 6 deletions

View File

@ -104,8 +104,6 @@ typedef struct {
CRITICAL_SECTION section;
} Binding;
#define HTTPNEG2(x) ((IHttpNegotiate2*) &(x)->lpHttpNegotiate2Vtbl)
static void fill_stgmed_buffer(stgmed_buf_t *buf)
{
DWORD read = 0;
@ -1270,8 +1268,6 @@ static HRESULT WINAPI InternetBindInfo_GetBindString(IInternetBindInfo *iface,
return E_NOTIMPL;
}
#undef BINDF_THIS
static const IInternetBindInfoVtbl InternetBindInfoVtbl = {
InternetBindInfo_QueryInterface,
InternetBindInfo_AddRef,

View File

@ -820,8 +820,6 @@ static HRESULT WINAPI BindInfo_GetBindString(IInternetBindInfo *iface,
return IInternetBindInfo_GetBindString(This->bind_info, ulStringType, ppwzStr, cEl, pcElFetched);
}
#undef BINDFO_THIS
static const IInternetBindInfoVtbl InternetBindInfoVtbl = {
BindInfo_QueryInterface,
BindInfo_AddRef,