mshtml/tests: Remove unused variable.

Nicolas Le Cam niko.lecam at gmail.com
Sun Jun 1 17:50:36 CDT 2014


-- 
Nicolas Le Cam
-------------- next part --------------
From 312b5db47a768fe577532a611af9c15f86dbcc35 Mon Sep 17 00:00:00 2001
From: Nicolas Le Cam <niko.lecam at gmail.com>
Date: Sun, 1 Jun 2014 17:40:23 +0200
Subject: mshtml/tests: Remove unused variable.

---
 dlls/mshtml/tests/events.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/dlls/mshtml/tests/events.c b/dlls/mshtml/tests/events.c
index 6755591..2f99699 100644
--- a/dlls/mshtml/tests/events.c
+++ b/dlls/mshtml/tests/events.c
@@ -88,7 +88,6 @@ DEFINE_EXPECT(iframe_onload);
 static HWND container_hwnd = NULL;
 static IHTMLWindow2 *window;
 static IOleDocumentView *view;
-static BOOL xy_todo;
 static BOOL is_ie9plus;
 
 typedef struct {
@@ -1638,8 +1637,6 @@ static void test_onclick(IHTMLDocument2 *doc)
         CHECK_CALLED(invoke_onclick);
     }
 
-    xy_todo = TRUE;
-
     SET_EXPECT(div_onclick);
     SET_EXPECT(div_onclick_attached);
     SET_EXPECT(body_onclick);
@@ -2757,7 +2754,6 @@ static void run_test(const char *str, testfunc_t test)
     MSG msg;
     HRESULT hres;
 
-    xy_todo = FALSE;
     doc = create_document();
     if (!doc)
         return;
-- 
2.0.0.rc2



More information about the wine-patches mailing list