delete comment code

This commit is contained in:
ACTom 2016-09-01 21:17:27 +08:00
parent c06e2d71cd
commit 3da2ba1f38

View file

@ -115,9 +115,6 @@ bool CChat::OnInput(IInput::CEvent Event)
if(m_Mode == MODE_NONE)
return false;
// prevent freezing when input while reconnecting
// if (!Input()->GetIMEState()) Input()->SetIMEState(true);
if(Input()->KeyIsPressed(KEY_LCTRL) && Input()->KeyPress(KEY_V))
{
const char *Text = Input()->GetClipboardText();