imm32: Remove redundant check.

oldstable
André Hentschel 2011-07-03 19:32:05 +02:00 committed by Alexandre Julliard
parent 406e210721
commit ee44ff9597
1 changed files with 0 additions and 2 deletions

View File

@ -1889,7 +1889,6 @@ BOOL WINAPI ImmIsUIMessageA(
(msg == WM_IME_NOTIFY) ||
(msg == WM_IME_COMPOSITIONFULL) ||
(msg == WM_IME_SELECT) ||
(msg == WM_IME_SELECT) ||
(msg == 0x287 /* FIXME: WM_IME_SYSTEM */) ||
(msg == WM_MSIME_RECONVERTOPTIONS) ||
(msg == WM_MSIME_MOUSE) ||
@ -1920,7 +1919,6 @@ BOOL WINAPI ImmIsUIMessageW(
(msg == WM_IME_NOTIFY) ||
(msg == WM_IME_COMPOSITIONFULL) ||
(msg == WM_IME_SELECT) ||
(msg == WM_IME_SELECT) ||
(msg == 0x287 /* FIXME: WM_IME_SYSTEM */) ||
(msg == WM_MSIME_RECONVERTOPTIONS) ||
(msg == WM_MSIME_MOUSE) ||