Module: wine Branch: master Commit: d0f1b68416184aed40539a181ce75cadc8c495b3 URL: http://source.winehq.org/git/wine.git/?a=commit;h=d0f1b68416184aed40539a181c...
Author: Gerald Pfeifer gerald@pfeifer.com Date: Sat May 1 19:19:57 2010 +0200
mshtml: Remove variable doc which is not really used from process_timer.
---
dlls/mshtml/task.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/dlls/mshtml/task.c b/dlls/mshtml/task.c index eae51ca..c896179 100644 --- a/dlls/mshtml/task.c +++ b/dlls/mshtml/task.c @@ -222,7 +222,6 @@ static void call_timer_disp(IDispatch *disp) static LRESULT process_timer(void) { thread_data_t *thread_data = get_thread_data(TRUE); - HTMLDocument *doc; IDispatch *disp; DWORD tc; task_timer_t *timer; @@ -238,7 +237,6 @@ static LRESULT process_timer(void) return 0; }
- doc = timer->doc; disp = timer->disp; IDispatch_AddRef(disp);