Commit 8dd8664a authored by Gabriel Ivăncescu's avatar Gabriel Ivăncescu Committed by Alexandre Julliard

mshtml: Get rid of a EVENTID_LAST special case.

parent de2192bb
......@@ -3674,8 +3674,6 @@ HRESULT ensure_doc_nsevent_handler(HTMLDocumentNode *doc, nsIDOMNode *nsnode, ev
doc->event_vector[eid] = TRUE;
eid = EVENTID_BLUR;
break;
case EVENTID_LAST:
return S_OK;
default:
break;
}
......
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