Jacek Caban : mshtml: Fixed copy&paste mistake.

Alexandre Julliard julliard at winehq.org
Tue Apr 1 06:51:40 CDT 2008


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

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Tue Apr  1 11:50:20 2008 +0000

mshtml: Fixed copy&paste mistake.

---

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

diff --git a/dlls/mshtml/htmllocation.c b/dlls/mshtml/htmllocation.c
index b05a2a9..0881023 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 <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);




More information about the wine-cvs mailing list