Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
d69dd163
Commit
d69dd163
authored
Apr 18, 2011
by
Francois Gouget
Committed by
Alexandre Julliard
Apr 18, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mshtml: get_channelbsc_mon() is unused so remove it.
parent
0fa223d7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
8 deletions
+0
-8
mshtml_private.h
dlls/mshtml/mshtml_private.h
+0
-1
navigate.c
dlls/mshtml/navigate.c
+0
-7
No files found.
dlls/mshtml/mshtml_private.h
View file @
d69dd163
...
...
@@ -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
);
...
...
dlls/mshtml/navigate.c
View file @
d69dd163
...
...
@@ -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
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment