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

View file

@ -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;