Commit 67c8e896 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

mshtml: parse_complete() is unused so remove it.

parent 8a00aaaa
...@@ -199,12 +199,6 @@ HRESULT clear_task_timer(HTMLDocument *doc, BOOL interval, DWORD id) ...@@ -199,12 +199,6 @@ HRESULT clear_task_timer(HTMLDocument *doc, BOOL interval, DWORD id)
return S_OK; return S_OK;
} }
void parse_complete(HTMLDocumentObj *doc)
{
TRACE("(%p)\n", doc);
}
static void call_timer_disp(IDispatch *disp) static void call_timer_disp(IDispatch *disp)
{ {
DISPPARAMS dp = {NULL, NULL, 0, 0}; DISPPARAMS dp = {NULL, NULL, 0, 0};
......
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