mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 19:22:53 +01:00
[Main] - Remove unused variable.
This commit is contained in:
parent
e96f47248f
commit
f36ed03616
@ -6861,9 +6861,6 @@ namespace Nikse.SubtitleEdit.Forms
|
||||
{
|
||||
MakeHistoryForUndo(_language.BeforeSettingFontToNormal);
|
||||
var subFormatName = GetCurrentSubtitleFormat().Name;
|
||||
bool isSsa = subFormatName == SubStationAlpha.NameOfFormat ||
|
||||
subFormatName == AdvancedSubStationAlpha.NameOfFormat;
|
||||
|
||||
foreach (ListViewItem item in SubtitleListview1.SelectedItems)
|
||||
{
|
||||
var p = _subtitle.GetParagraphOrDefault(item.Index);
|
||||
|
Loading…
Reference in New Issue
Block a user