mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-01-22 01:37:31 +01:00
remove unused variable
This commit is contained in:
parent
643dd8585d
commit
3303643161
@ -1,6 +1,5 @@
|
|||||||
package pl.jakubweg;
|
package pl.jakubweg;
|
||||||
|
|
||||||
import static pl.jakubweg.SponsorBlockSettings.DefaultBehaviour;
|
|
||||||
import static pl.jakubweg.SponsorBlockSettings.PREFERENCES_KEY_ADJUST_NEW_SEGMENT_STEP;
|
import static pl.jakubweg.SponsorBlockSettings.PREFERENCES_KEY_ADJUST_NEW_SEGMENT_STEP;
|
||||||
import static pl.jakubweg.SponsorBlockSettings.PREFERENCES_KEY_COUNT_SKIPS;
|
import static pl.jakubweg.SponsorBlockSettings.PREFERENCES_KEY_COUNT_SKIPS;
|
||||||
import static pl.jakubweg.SponsorBlockSettings.PREFERENCES_KEY_MIN_DURATION;
|
import static pl.jakubweg.SponsorBlockSettings.PREFERENCES_KEY_MIN_DURATION;
|
||||||
@ -146,7 +145,6 @@ public class SponsorBlockPreferenceFragment extends PreferenceFragment implement
|
|||||||
preferencesToDisableWhenSBDisabled.add(category);
|
preferencesToDisableWhenSBDisabled.add(category);
|
||||||
category.setTitle(str("diff_segments"));
|
category.setTitle(str("diff_segments"));
|
||||||
|
|
||||||
String defaultValue = DefaultBehaviour.key;
|
|
||||||
SponsorBlockSettings.SegmentBehaviour[] segmentBehaviours = SponsorBlockSettings.SegmentBehaviour.values();
|
SponsorBlockSettings.SegmentBehaviour[] segmentBehaviours = SponsorBlockSettings.SegmentBehaviour.values();
|
||||||
String[] entries = new String[segmentBehaviours.length];
|
String[] entries = new String[segmentBehaviours.length];
|
||||||
String[] entryValues = new String[segmentBehaviours.length];
|
String[] entryValues = new String[segmentBehaviours.length];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user