mshtml: Remove unused file-static variable

Andrew Talbot andrew.talbot at talbotville.com
Tue Nov 15 15:57:27 CST 2011


Changelog:
    mshtml: Remove unused file-static variable.

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-patches mailing list