Skip to content

Commit ba8802b

Browse files
committed
Remove unused param
1 parent 8f2192d commit ba8802b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

RepostConfirmationCanceler/ConfigLoader.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ public Section(string name)
2323
internal class Config
2424
{
2525
public bool IgnoreQueryString = false;
26-
public bool OnlyMainFrame = false;
2726
public bool WarningWhenCloseDialog = false;
2827
public List<Section> SectionList = new List<Section>();
2928
}

0 commit comments

Comments
 (0)