From 1793a96c14158542741e3637df41c9961817241a Mon Sep 17 00:00:00 2001 From: leper Date: Sun, 21 Jun 2015 20:44:31 +0000 Subject: [PATCH] Actually remove the unused expression. This was SVN commit r16805. --- source/gui/CInput.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/gui/CInput.cpp b/source/gui/CInput.cpp index 921fb11d5b..bd8dddaffa 100644 --- a/source/gui/CInput.cpp +++ b/source/gui/CInput.cpp @@ -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