remove dead code
This commit is contained in:
parent
9e962b953f
commit
9b6312a495
1 changed files with 0 additions and 4 deletions
|
@ -111,10 +111,6 @@ public abstract class PluginBase {
|
||||||
return pluginDescription.preferencesId;
|
return pluginDescription.preferencesId;
|
||||||
}
|
}
|
||||||
|
|
||||||
public int getAdvancedPreferencesId() {
|
|
||||||
return pluginDescription.advancedPreferencesId;
|
|
||||||
}
|
|
||||||
|
|
||||||
public boolean isEnabled(PluginType type) {
|
public boolean isEnabled(PluginType type) {
|
||||||
if (pluginDescription.alwaysEnabled && type == pluginDescription.mainType)
|
if (pluginDescription.alwaysEnabled && type == pluginDescription.mainType)
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in a new issue