mshtml: get_channelbsc_mon() is unused so remove it.
This commit is contained in:
parent
0fa223d7ec
commit
d69dd163ba
|
@ -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);
|
||||
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue