refactor: remove unused file

This commit is contained in:
TheJeterLP 2022-07-14 23:06:55 +02:00
parent d300cf0888
commit 508f49622c
No known key found for this signature in database
GPG Key ID: E93B39DB34B37603

View File

@ -1,13 +0,0 @@
package app.revanced.integrations.patches;
import app.revanced.integrations.settings.SettingsEnum;
public class OverrideCodecPatch {
//ToDo: Write Patch for it.
//See https://drive.google.com/file/d/14d2R-5JF97gOZggoobVEVazPWbORbZVp/view?usp=sharing for where it needs to be used.
public static boolean isOverrideCodedUsed() {
return SettingsEnum.CODEC_OVERRIDE.getBoolean();
}
}