mshtml: Fixed copy&paste mistake.
authorJacek Caban <jacek@codeweavers.com>
Tue, 1 Apr 2008 11:50:20 +0000 (11:50 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 1 Apr 2008 11:44:16 +0000 (13:44 +0200)
dlls/mshtml/htmllocation.c

index b05a2a9c83c52ebb75932487c2af320f045ea8c7..0881023c87eb083f6415d68f55b17a12439330c1 100644 (file)
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include "config.h"
-
 #include <stdarg.h>
-#include <stdio.h>
 
 #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);