Delete deprecated methods from PluginManager

This commit is contained in:
Andrew Grieve 2014-07-08 14:46:05 -04:00
parent ac194cd34f
commit 25a7b66296

View File

@ -84,10 +84,6 @@ public class PluginManager {
this.startupPlugins(); this.startupPlugins();
} }
@Deprecated
public void loadPlugins() {
}
/** /**
* Delete all plugin objects. * Delete all plugin objects.
*/ */
@ -157,11 +153,6 @@ public class PluginManager {
} }
} }
@Deprecated
public void exec(String service, String action, String callbackId, String jsonArgs, boolean async) {
exec(service, action, callbackId, jsonArgs);
}
/** /**
* Get the plugin object that implements the service. * Get the plugin object that implements the service.
* If the plugin object does not already exist, then create it. * If the plugin object does not already exist, then create it.