Andrew Talbot : msxml3: Remove unused functions.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Jan 15 07:43:14 CST 2007


Module: wine
Branch: master
Commit: 7786576525715452039363f8dec4742e82d3a60f
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=7786576525715452039363f8dec4742e82d3a60f

Author: Andrew Talbot <Andrew.Talbot at talbotville.com>
Date:   Sat Jan 13 20:44:56 2007 +0000

msxml3: Remove unused functions.

---

 dlls/msxml3/attribute.c |    5 -----
 dlls/msxml3/comment.c   |    5 -----
 dlls/msxml3/pi.c        |    5 -----
 3 files changed, 0 insertions(+), 15 deletions(-)

diff --git a/dlls/msxml3/attribute.c b/dlls/msxml3/attribute.c
index 3ef1521..6898299 100644
--- a/dlls/msxml3/attribute.c
+++ b/dlls/msxml3/attribute.c
@@ -50,11 +50,6 @@ static inline domattr *impl_from_IXMLDOM
     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,
diff --git a/dlls/msxml3/comment.c b/dlls/msxml3/comment.c
index 4515dbd..f9fc927 100644
--- a/dlls/msxml3/comment.c
+++ b/dlls/msxml3/comment.c
@@ -50,11 +50,6 @@ static inline domcomment *impl_from_IXML
     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,
diff --git a/dlls/msxml3/pi.c b/dlls/msxml3/pi.c
index 148b8ae..3f997e2 100644
--- a/dlls/msxml3/pi.c
+++ b/dlls/msxml3/pi.c
@@ -50,11 +50,6 @@ static inline dom_pi *impl_from_IXMLDOMP
     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,




More information about the wine-cvs mailing list