Index: ps/trunk/source/gui/CInput.cpp =================================================================== --- ps/trunk/source/gui/CInput.cpp +++ ps/trunk/source/gui/CInput.cpp @@ -792,8 +792,6 @@ if (!pCaption->empty() && m_iBufferPos < (int)pCaption->length()) { - CStrW searchString = *pCaption; - // Select chars to the right until we hit whitespace while (++m_iBufferPos < (int)pCaption->length()) {