[Main] - Remove unused variable.

This commit is contained in:
Ivandro Ismael 2016-07-24 17:07:15 +01:00
parent e96f47248f
commit f36ed03616
No known key found for this signature in database
GPG Key ID: A8832757DEFB7EDC

View File

@ -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);