user32/tests: Remove #if 1.

oldstable
André Hentschel 2014-01-27 22:22:27 +01:00 committed by Alexandre Julliard
parent c855459a40
commit fc185ccd9b
1 changed files with 0 additions and 2 deletions

View File

@ -14329,7 +14329,6 @@ START_TEST(msg)
test_winevents();
/* Fix message sequences before removing 4 lines below */
#if 1
if (pUnhookWinEvent && hEvent_hook)
{
ret = pUnhookWinEvent(hEvent_hook);
@ -14337,7 +14336,6 @@ START_TEST(msg)
pUnhookWinEvent = 0;
}
hEvent_hook = 0;
#endif
test_SetFocus();
test_SetParent();