mshtml/tests: Remove unused variable.

This commit is contained in:
Nicolas Le Cam 2014-06-01 17:40:23 +02:00 committed by Alexandre Julliard
parent ba111c79e4
commit b57a884829
1 changed files with 0 additions and 4 deletions

View File

@ -88,7 +88,6 @@ DEFINE_EXPECT(iframe_onload);
static HWND container_hwnd = NULL; static HWND container_hwnd = NULL;
static IHTMLWindow2 *window; static IHTMLWindow2 *window;
static IOleDocumentView *view; static IOleDocumentView *view;
static BOOL xy_todo;
static BOOL is_ie9plus; static BOOL is_ie9plus;
typedef struct { typedef struct {
@ -1638,8 +1637,6 @@ static void test_onclick(IHTMLDocument2 *doc)
CHECK_CALLED(invoke_onclick); CHECK_CALLED(invoke_onclick);
} }
xy_todo = TRUE;
SET_EXPECT(div_onclick); SET_EXPECT(div_onclick);
SET_EXPECT(div_onclick_attached); SET_EXPECT(div_onclick_attached);
SET_EXPECT(body_onclick); SET_EXPECT(body_onclick);
@ -2757,7 +2754,6 @@ static void run_test(const char *str, testfunc_t test)
MSG msg; MSG msg;
HRESULT hres; HRESULT hres;
xy_todo = FALSE;
doc = create_document(); doc = create_document();
if (!doc) if (!doc)
return; return;