diff --git a/TwitchDownloaderCore/Options/ChatRenderOptions.cs b/TwitchDownloaderCore/Options/ChatRenderOptions.cs index eb1456c7..6798f33f 100644 --- a/TwitchDownloaderCore/Options/ChatRenderOptions.cs +++ b/TwitchDownloaderCore/Options/ChatRenderOptions.cs @@ -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;