From 4d33e78123210f1efaeb2aedd757d7f9938534e6 Mon Sep 17 00:00:00 2001 From: glax Date: Sun, 21 May 2023 22:24:23 +0200 Subject: [PATCH] unused variable --- Tranga/Connectors/MangaDex.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Tranga/Connectors/MangaDex.cs b/Tranga/Connectors/MangaDex.cs index cfaa60a..08d32f9 100644 --- a/Tranga/Connectors/MangaDex.cs +++ b/Tranga/Connectors/MangaDex.cs @@ -83,7 +83,6 @@ public class MangaDex : Connector } Dictionary linksDict = new(); - string[,]? links = null; if (attributes.ContainsKey("links") && attributes["links"] is not null) { JsonObject linksObject = attributes["links"]!.AsObject();