mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 11:12:36 +01:00
Removed unnecessary null check - thx alfaproject :)
This commit is contained in:
parent
6c6c847f26
commit
865c125713
@ -584,8 +584,6 @@ namespace Nikse.SubtitleEdit.Controls
|
||||
|
||||
public void SelectNone()
|
||||
{
|
||||
if (SelectedItems == null)
|
||||
return;
|
||||
foreach (ListViewItem item in SelectedItems)
|
||||
item.Selected = false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user