Andrew Talbot : mshtml: Remove unused function.
Module: wine Branch: master Commit: 3d42a0ee6526a735ea734daf0036b7f0f26725cd URL: http://source.winehq.org/git/wine.git/?a=commit;h=3d42a0ee6526a735ea734daf00... Author: Andrew Talbot <andrew.talbot(a)talbotville.com> Date: Mon May 19 22:13:18 2008 +0100 mshtml: Remove unused function. --- dlls/mshtml/txtrange.c | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) 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;
participants (1)
-
Alexandre Julliard