chore: Lint code

This commit is contained in:
inotia00 2025-01-06 21:24:42 +09:00
parent f02ea01ebe
commit ac0fea1cb7
2 changed files with 0 additions and 16 deletions

View File

@ -7,11 +7,6 @@ public class PatchStatus {
return false;
}
public static boolean MinimalHeader() {
// Replace this with true If the Custom header patch succeeds and the patch option was `youtube_minimal_header`
return false;
}
public static boolean PlayerButtons() {
// Replace this with true if the Hide player buttons patch succeeds
return false;

View File

@ -46,7 +46,6 @@ public class ReVancedSettingsPreference extends ReVancedPreferenceFragment {
enableDisablePreferences();
AmbientModePreferenceLinks();
ChangeHeaderPreferenceLinks();
ExternalDownloaderPreferenceLinks();
FullScreenPanelPreferenceLinks();
MiniPlayerPreferenceLinks();
@ -70,16 +69,6 @@ public class ReVancedSettingsPreference extends ReVancedPreferenceFragment {
);
}
/**
* Enable/Disable Preference related to Change header
*/
private static void ChangeHeaderPreferenceLinks() {
enableDisablePreferences(
PatchStatus.MinimalHeader(),
Settings.CHANGE_YOUTUBE_HEADER
);
}
/**
* Enable/Disable Preference for External downloader settings
*/