From cbecb257ef23a20e35458a6887fcec876d0c5aad Mon Sep 17 00:00:00 2001 From: Glax Date: Wed, 11 Sep 2024 14:39:16 +0200 Subject: [PATCH] Remove unused constant --- Tranga/MangaConnectors/ChromiumDownloadClient.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Tranga/MangaConnectors/ChromiumDownloadClient.cs b/Tranga/MangaConnectors/ChromiumDownloadClient.cs index 9042812..efe7f53 100644 --- a/Tranga/MangaConnectors/ChromiumDownloadClient.cs +++ b/Tranga/MangaConnectors/ChromiumDownloadClient.cs @@ -9,7 +9,6 @@ namespace Tranga.MangaConnectors; internal class ChromiumDownloadClient : DownloadClient { private IBrowser browser { get; set; } - private const string ChromiumVersion = "1154303"; private const int StartTimeoutMs = 30000; private readonly HttpDownloadClient _httpDownloadClient;