4
0
mirror of https://github.com/apache/cordova-android.git synced 2025-03-18 09:57:03 +08:00

Deleted depricated methods

This commit is contained in:
Benn Mapes 2013-01-10 14:51:20 -08:00
parent c9aa43afe0
commit 25aef945d1

@ -54,11 +54,6 @@ public interface CordovaInterface {
*/
public abstract Activity getActivity();
@Deprecated
public abstract Context getContext();
@Deprecated
public abstract void cancelLoadUrl();
/**
* Called when a message is sent to plugin.