mshtml: Remove unused file-static variable.

oldstable
Andrew Talbot 2011-11-15 21:57:27 +00:00 committed by Alexandre Julliard
parent d1136d4aca
commit 952f97647c
1 changed files with 0 additions and 2 deletions

View File

@ -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 {