mshtml: get_channelbsc_mon() is unused so remove it.

oldstable
Francois Gouget 2011-04-18 11:18:25 +02:00 committed by Alexandre Julliard
parent 0fa223d7ec
commit d69dd163ba
2 changed files with 0 additions and 8 deletions

View File

@ -731,7 +731,6 @@ HRESULT bind_mon_to_buffer(HTMLDocumentNode*,IMoniker*,void**,DWORD*);
HRESULT create_channelbsc(IMoniker*,WCHAR*,BYTE*,DWORD,nsChannelBSC**);
HRESULT channelbsc_load_stream(nsChannelBSC*,IStream*);
void channelbsc_set_channel(nsChannelBSC*,nsChannel*,nsIStreamListener*,nsISupports*);
IMoniker *get_channelbsc_mon(nsChannelBSC*);
void set_ready_state(HTMLWindow*,READYSTATE);

View File

@ -1589,13 +1589,6 @@ HRESULT create_channelbsc(IMoniker *mon, WCHAR *headers, BYTE *post_data, DWORD
return S_OK;
}
IMoniker *get_channelbsc_mon(nsChannelBSC *This)
{
if(This->bsc.mon)
IMoniker_AddRef(This->bsc.mon);
return This->bsc.mon;
}
void set_window_bscallback(HTMLWindow *window, nsChannelBSC *callback)
{
if(window->bscallback) {