Commented out compForm variable to remove warning

This commit is contained in:
rods%netscape.com 1999-03-23 15:28:44 +00:00
Родитель 5d9bc4da4d
Коммит 5fefb50327
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -2073,7 +2073,7 @@ PRBool nsWindow::ProcessMessage(UINT msg, WPARAM wParam, LPARAM lParam, LRESULT
break; break;
case WM_IME_COMPOSITION: { case WM_IME_COMPOSITION: {
COMPOSITIONFORM compForm; //COMPOSITIONFORM compForm;
HIMC hIMEContext; HIMC hIMEContext;
result = PR_FALSE; // will change this if an IME message we handle result = PR_FALSE; // will change this if an IME message we handle