mshtml: Remove unused function

Andrew Talbot andrew.talbot at talbotville.com
Mon May 19 16:13:18 CDT 2008


Changelog:
    mshtml: Remove unused function.

diff --git a/dlls/mshtml/txtrange.c b/dlls/mshtml/txtrange.c
index 2fbc0bf..841d971 100644
--- a/dlls/mshtml/txtrange.c
+++ b/dlls/mshtml/txtrange.c
@@ -202,11 +202,6 @@ static void wstrbuf_append_len(wstrbuf_t *buf, LPCWSTR str, int len)
     buf->buf[buf->len] = 0;
 }
 
-static inline void wstrbuf_append(wstrbuf_t *buf, LPCWSTR str)
-{
-    wstrbuf_append_len(buf, str, strlenW(str));
-}
-
 static void wstrbuf_append_nodetxt(wstrbuf_t *buf, LPCWSTR str, int len)
 {
     const WCHAR *s = str;



More information about the wine-patches mailing list