Nicolas Le Cam : mshtml/tests: Remove unused variable.

Alexandre Julliard julliard at winehq.org
Wed Jun 11 13:36:23 CDT 2014


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

Author: Nicolas Le Cam <niko.lecam at gmail.com>
Date:   Sun Jun  1 17:40:23 2014 +0200

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;




More information about the wine-cvs mailing list