Commit d0f1b684 authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

mshtml: Remove variable doc which is not really used from process_timer.

parent be8d0bbb
...@@ -222,7 +222,6 @@ static void call_timer_disp(IDispatch *disp) ...@@ -222,7 +222,6 @@ static void call_timer_disp(IDispatch *disp)
static LRESULT process_timer(void) static LRESULT process_timer(void)
{ {
thread_data_t *thread_data = get_thread_data(TRUE); thread_data_t *thread_data = get_thread_data(TRUE);
HTMLDocument *doc;
IDispatch *disp; IDispatch *disp;
DWORD tc; DWORD tc;
task_timer_t *timer; task_timer_t *timer;
...@@ -238,7 +237,6 @@ static LRESULT process_timer(void) ...@@ -238,7 +237,6 @@ static LRESULT process_timer(void)
return 0; return 0;
} }
doc = timer->doc;
disp = timer->disp; disp = timer->disp;
IDispatch_AddRef(disp); IDispatch_AddRef(disp);
......
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