Remove uneeded code

This commit is contained in:
Nikolaj Olsson 2020-11-16 18:04:02 +01:00
parent 7dfaeea705
commit 45a54bc530

View File

@ -9356,12 +9356,6 @@ namespace Nikse.SubtitleEdit.Forms
return;
}
if (e.Modifiers == Keys.None)
{
UpdatePositionAndTotalLength(labelTextLineTotal, textBoxListViewText);
return;
}
if (e.Modifiers == Keys.Control && e.KeyCode == (Keys.LButton | Keys.ShiftKey))
{ // surround ctrl+v action with history (for undo)
_listViewTextTicks = 0;