From 2d1cf6ce34b110defa122c4ac0c49a89ea8b60c9 Mon Sep 17 00:00:00 2001 From: Jacek Caban Date: Tue, 1 Apr 2008 11:50:20 +0000 Subject: [PATCH] mshtml: Fixed copy&paste mistake. --- dlls/mshtml/htmllocation.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/dlls/mshtml/htmllocation.c b/dlls/mshtml/htmllocation.c index b05a2a9c83c..0881023c87e 100644 --- a/dlls/mshtml/htmllocation.c +++ b/dlls/mshtml/htmllocation.c @@ -16,17 +16,13 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ -#include "config.h" - #include -#include #define COBJMACROS #include "windef.h" #include "winbase.h" #include "winuser.h" -#include "winnls.h" #include "ole2.h" #include "wine/debug.h" @@ -38,8 +34,6 @@ WINE_DEFAULT_DEBUG_CHANNEL(mshtml); #define HTMLLOCATION_THIS(iface) DEFINE_THIS(HTMLLocation, HTMLLocation, iface) -static struct list window_list = LIST_INIT(window_list); - static HRESULT WINAPI HTMLLocation_QueryInterface(IHTMLLocation *iface, REFIID riid, void **ppv) { HTMLLocation *This = HTMLLOCATION_THIS(iface); -- 2.11.4.GIT