Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
b57a8848
Commit
b57a8848
authored
Jun 01, 2014
by
Nicolas Le Cam
Committed by
Alexandre Julliard
Jun 11, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mshtml/tests: Remove unused variable.
parent
ba111c79
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
events.c
dlls/mshtml/tests/events.c
+0
-4
No files found.
dlls/mshtml/tests/events.c
View file @
b57a8848
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment