mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-26 05:02:36 +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);
|
MakeHistoryForUndo(_language.BeforeSettingFontToNormal);
|
||||||
var subFormatName = GetCurrentSubtitleFormat().Name;
|
var subFormatName = GetCurrentSubtitleFormat().Name;
|
||||||
bool isSsa = subFormatName == SubStationAlpha.NameOfFormat ||
|
|
||||||
subFormatName == AdvancedSubStationAlpha.NameOfFormat;
|
|
||||||
|
|
||||||
foreach (ListViewItem item in SubtitleListview1.SelectedItems)
|
foreach (ListViewItem item in SubtitleListview1.SelectedItems)
|
||||||
{
|
{
|
||||||
var p = _subtitle.GetParagraphOrDefault(item.Index);
|
var p = _subtitle.GetParagraphOrDefault(item.Index);
|
||||||
|
Loading…
Reference in New Issue
Block a user