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
84b69fb1
Commit
84b69fb1
authored
Sep 21, 2008
by
Jacek Caban
Committed by
Alexandre Julliard
Sep 22, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
jscript: Remove no longer used jsdisp_set_prototype.
parent
f8537b6e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
17 deletions
+0
-17
dispex.c
dlls/jscript/dispex.c
+0
-17
No files found.
dlls/jscript/dispex.c
View file @
84b69fb1
...
...
@@ -698,23 +698,6 @@ static IDispatchExVtbl DispatchExVtbl = {
DispatchEx_GetNameSpaceParent
};
HRESULT
jsdisp_set_prototype
(
DispatchEx
*
dispex
,
DispatchEx
*
prototype
)
{
VARIANT
*
var
;
if
(
!
dispex
->
props
[
1
].
name
)
return
E_OUTOFMEMORY
;
dispex
->
props
[
1
].
type
=
PROP_VARIANT
;
dispex
->
props
[
1
].
flags
=
0
;
var
=
&
dispex
->
props
[
1
].
u
.
var
;
V_VT
(
var
)
=
VT_DISPATCH
;
V_DISPATCH
(
var
)
=
(
IDispatch
*
)
_IDispatchEx_
(
prototype
);
return
S_OK
;
}
HRESULT
init_dispex
(
DispatchEx
*
dispex
,
script_ctx_t
*
ctx
,
const
builtin_info_t
*
builtin_info
,
DispatchEx
*
prototype
)
{
TRACE
(
"%p (%p)
\n
"
,
dispex
,
prototype
);
...
...
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