Commit b57a8848 authored by Nicolas Le Cam's avatar Nicolas Le Cam Committed by Alexandre Julliard

mshtml/tests: Remove unused variable.

parent ba111c79
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment