Module: wine Branch: master Commit: 5c9d24702f0199ed3b73f151b478349ecfe8152d URL: http://source.winehq.org/git/wine.git/?a=commit;h=5c9d24702f0199ed3b73f151b4...
Author: Michael Stefaniuc mstefani@redhat.de Date: Fri Mar 6 10:01:03 2015 +0100
msctf/tests: Remove an unsused assignment (PVS-Studio).
---
dlls/msctf/tests/inputprocessor.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/dlls/msctf/tests/inputprocessor.c b/dlls/msctf/tests/inputprocessor.c index dfa8731..2cc172d 100644 --- a/dlls/msctf/tests/inputprocessor.c +++ b/dlls/msctf/tests/inputprocessor.c @@ -2174,7 +2174,6 @@ static void test_AssociateFocus(void) test_PrevFocus = FOCUS_IGNORE; DestroyWindow(wnd1); DestroyWindow(wnd2); - test_OnSetFocus = SINK_UNEXPECTED; test_OnPopContext = SINK_OPTIONAL; /* Vista and greater */ test_OnSetFocus = SINK_OPTIONAL; /* Vista and greater */ ITfThreadMgr_GetFocus(g_tm, &test_PrevFocus);