Andrew Talbot : mshtml: Remove unused file-static variable.

Alexandre Julliard julliard at winehq.org
Wed Nov 16 12:46:45 CST 2011


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

Author: Andrew Talbot <andrew.talbot at talbotville.com>
Date:   Tue Nov 15 21:57:27 2011 +0000

mshtml: Remove unused file-static variable.

---

 dlls/mshtml/nsio.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/dlls/mshtml/nsio.c b/dlls/mshtml/nsio.c
index e16c25e..81dfab7 100644
--- a/dlls/mshtml/nsio.c
+++ b/dlls/mshtml/nsio.c
@@ -50,8 +50,6 @@ static const IID IID_nsWineURI =
 static nsIIOService *nsio = NULL;
 static nsINetUtil *net_util;
 
-static const WCHAR about_blankW[] = {'a','b','o','u','t',':','b','l','a','n','k',0};
-
 static const char *request_method_strings[] = {"GET", "PUT", "POST"};
 
 struct  nsWineURI {




More information about the wine-cvs mailing list