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
77865765
Commit
77865765
authored
Jan 13, 2007
by
Andrew Talbot
Committed by
Alexandre Julliard
Jan 15, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msxml3: Remove unused functions.
parent
66121826
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
15 deletions
+0
-15
attribute.c
dlls/msxml3/attribute.c
+0
-5
comment.c
dlls/msxml3/comment.c
+0
-5
pi.c
dlls/msxml3/pi.c
+0
-5
No files found.
dlls/msxml3/attribute.c
View file @
77865765
...
...
@@ -50,11 +50,6 @@ static inline domattr *impl_from_IXMLDOMAttribute( IXMLDOMAttribute *iface )
return
(
domattr
*
)((
char
*
)
iface
-
FIELD_OFFSET
(
domattr
,
lpVtbl
));
}
static
inline
xmlNodePtr
get_attribute
(
domattr
*
This
)
{
return
xmlNodePtr_from_domnode
(
This
->
node
,
XML_ATTRIBUTE_NODE
);
}
static
HRESULT
WINAPI
domattr_QueryInterface
(
IXMLDOMAttribute
*
iface
,
REFIID
riid
,
...
...
dlls/msxml3/comment.c
View file @
77865765
...
...
@@ -50,11 +50,6 @@ static inline domcomment *impl_from_IXMLDOMComment( IXMLDOMComment *iface )
return
(
domcomment
*
)((
char
*
)
iface
-
FIELD_OFFSET
(
domcomment
,
lpVtbl
));
}
static
inline
xmlNodePtr
get_comment
(
domcomment
*
This
)
{
return
xmlNodePtr_from_domnode
(
This
->
node
,
XML_COMMENT_NODE
);
}
static
HRESULT
WINAPI
domcomment_QueryInterface
(
IXMLDOMComment
*
iface
,
REFIID
riid
,
...
...
dlls/msxml3/pi.c
View file @
77865765
...
...
@@ -50,11 +50,6 @@ static inline dom_pi *impl_from_IXMLDOMProcessingInstruction( IXMLDOMProcessingI
return
(
dom_pi
*
)((
char
*
)
iface
-
FIELD_OFFSET
(
dom_pi
,
lpVtbl
));
}
static
inline
xmlNodePtr
get_pi
(
dom_pi
*
This
)
{
return
xmlNodePtr_from_domnode
(
This
->
node
,
XML_PI_NODE
);
}
static
HRESULT
WINAPI
dom_pi_QueryInterface
(
IXMLDOMProcessingInstruction
*
iface
,
REFIID
riid
,
...
...
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