Commented out compForm variable to remove warning

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

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

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