msctf/tests: Remove an unsused assignment (PVS-Studio).

This commit is contained in:
Michael Stefaniuc 2015-03-06 10:01:03 +01:00 committed by Alexandre Julliard
parent 5f28bbcda3
commit 5c9d24702f
1 changed files with 0 additions and 1 deletions

View File

@ -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);