You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by bo...@apache.org on 2013/01/10 23:56:19 UTC

android commit: Deleted depricated methods

Updated Branches:
  refs/heads/master c9aa43afe -> 25aef945d


Deleted depricated methods


Project: http://git-wip-us.apache.org/repos/asf/cordova-android/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-android/commit/25aef945
Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/25aef945
Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/25aef945

Branch: refs/heads/master
Commit: 25aef945d14eae7167ece73c11e32d8471114bee
Parents: c9aa43a
Author: Benn Mapes <be...@gmail.com>
Authored: Thu Jan 10 14:51:20 2013 -0800
Committer: Benn Mapes <be...@gmail.com>
Committed: Thu Jan 10 14:51:20 2013 -0800

----------------------------------------------------------------------
 .../org/apache/cordova/api/CordovaInterface.java   |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-android/blob/25aef945/framework/src/org/apache/cordova/api/CordovaInterface.java
----------------------------------------------------------------------
diff --git a/framework/src/org/apache/cordova/api/CordovaInterface.java b/framework/src/org/apache/cordova/api/CordovaInterface.java
index 6499feb..22e36b6 100755
--- a/framework/src/org/apache/cordova/api/CordovaInterface.java
+++ b/framework/src/org/apache/cordova/api/CordovaInterface.java
@@ -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.