1
0
forked from 0ad/0ad

Actually remove the unused expression.

This was SVN commit r16805.
This commit is contained in:
leper 2015-06-21 20:44:31 +00:00
parent 495aa7bec5
commit 1793a96c14

View File

@ -1873,8 +1873,6 @@ void CInput::UpdateText(int from, int to_before, int to_after)
check_point_row_start = check_point_row_end = -1;
}
destroy_row_from->m_ListStart;
if (destroy_row_to != m_CharacterPositions.end())
to = destroy_row_to->m_ListStart; // notice it will iterate [from, to[, so it will never reach to.
else