From cadc08af87468f47f8ad149fdc447e53d1d72d05 Mon Sep 17 00:00:00 2001 From: Inusaito Sayori Date: Thu, 8 Jan 2015 15:08:24 -0500 Subject: [PATCH] Remove assert for Issue 1784 (crash signature 450), it didn't fail. This reverts commit bb297ac3547472137b6acc0339afc224e77da045. --- indra/llwindow/llwindowwin32.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/indra/llwindow/llwindowwin32.cpp b/indra/llwindow/llwindowwin32.cpp index 67603bdcc..f2db11f26 100644 --- a/indra/llwindow/llwindowwin32.cpp +++ b/indra/llwindow/llwindowwin32.cpp @@ -3853,7 +3853,6 @@ BOOL LLWindowWin32::handleImeRequests(U32 request, U32 param, LRESULT *result) mPreeditor->getPreeditRange(&preedit, &preedit_length); LLCoordGL caret_coord; LLRect preedit_bounds, text_control; - llassert_always(char_position); // Remove before release, this is just to investigate signature 450. const S32 position = wstring_wstring_length_from_utf16_length(wtext, preedit, char_position->dwCharPos); if (!mPreeditor->getPreeditLocation(position, &caret_coord, &preedit_bounds, &text_control))