mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 11:12:36 +01:00
Remove unused variable in Settings.cs
An unused variable 'p' of type RulesProfile has been removed from src/libse/Common/Settings.cs. Signed-off-by: Ivandro Jao <ivandrofly@gmail.com>
This commit is contained in:
parent
a2bbe632a2
commit
8ed1401a19
@ -3544,7 +3544,6 @@ $HorzAlign = Center
|
||||
settings.General.Profiles.Clear();
|
||||
}
|
||||
|
||||
var p = new RulesProfile();
|
||||
var subtitleLineMaximumLength = listNode.SelectSingleNode("SubtitleLineMaximumLength")?.InnerText;
|
||||
var subtitleMaximumCharactersPerSeconds = listNode.SelectSingleNode("SubtitleMaximumCharactersPerSeconds")?.InnerText;
|
||||
var subtitleOptimalCharactersPerSeconds = listNode.SelectSingleNode("SubtitleOptimalCharactersPerSeconds")?.InnerText;
|
||||
|
Loading…
Reference in New Issue
Block a user