mshtml/tests: Remove unused variable.
This commit is contained in:
parent
ba111c79e4
commit
b57a884829
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue