From c428399c4f0b113ff253bdef12555b014e7e58e0 Mon Sep 17 00:00:00 2001 From: Michael Curran Date: Wed, 3 Oct 2012 10:52:04 +1000 Subject: [PATCH] IME support: remove line accidentilly added in last commit --- nvdaHelper/remote/ime.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/nvdaHelper/remote/ime.cpp b/nvdaHelper/remote/ime.cpp index f3d66da92..177276f81 100644 --- a/nvdaHelper/remote/ime.cpp +++ b/nvdaHelper/remote/ime.cpp @@ -401,7 +401,6 @@ static LRESULT handleIMEWindowMessage(HWND hwnd, UINT message, WPARAM wParam, LP case WM_IME_COMPOSITION: curIMEWindow=hwnd; if(!isTSFThread(true)) {\ - handleReadingStringUpdate(hwnd); if(lParam&GCS_COMPSTR||lParam&GCS_CURSORPOS) { handleComposition(hwnd, wParam, lParam); } -- 2.11.0