From 532501f3a510e9da8004b0f839a0e996fcd70df0 Mon Sep 17 00:00:00 2001 From: Maschell Date: Tue, 30 Apr 2019 09:31:50 +0200 Subject: [PATCH] Remove unused attribute of the NUSTitle class --- src/de/mas/wiiu/jnus/NUSTitle.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/de/mas/wiiu/jnus/NUSTitle.java b/src/de/mas/wiiu/jnus/NUSTitle.java index 7cab5f0..26b9c2b 100644 --- a/src/de/mas/wiiu/jnus/NUSTitle.java +++ b/src/de/mas/wiiu/jnus/NUSTitle.java @@ -39,7 +39,6 @@ public class NUSTitle { @Getter private final TMD TMD; - @Getter @Setter private boolean skipExistingFiles = true; @Getter private final NUSDataProvider dataProvider; public NUSTitle(@NonNull NUSDataProvider dataProvider) throws ParseException, IOException {