Skip to content

Commit

Permalink
Cleanup unused property
Browse files Browse the repository at this point in the history
  • Loading branch information
ScrubN committed Jul 7, 2024
1 parent fdbac66 commit a8fa4a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion TwitchDownloaderCore/Options/ChatRenderOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ public string MaskFile
public double EmoteSpacingScale { get; set; } = 1.0;
public double AccentStrokeScale { get; set; } = 1.0;
public double AccentIndentScale { get; set; } = 1.0;
public int RenderThreads { get; set; } = 1;
public int ChatBadgeMask { get; set; } = 0;
public int StartOverride { get; set; } = -1;
public int EndOverride { get; set; } = -1;
Expand Down

0 comments on commit a8fa4a6

Please sign in to comment.