remove dead code

This commit is contained in:
Milos Kozak 2019-08-06 02:58:50 +02:00
parent 9e962b953f
commit 9b6312a495

View file

@ -111,10 +111,6 @@ public abstract class PluginBase {
return pluginDescription.preferencesId;
}
public int getAdvancedPreferencesId() {
return pluginDescription.advancedPreferencesId;
}
public boolean isEnabled(PluginType type) {
if (pluginDescription.alwaysEnabled && type == pluginDescription.mainType)
return true;