You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2015/02/11 04:08:49 UTC

[3/3] android commit: Delete unused field in CordovaActivity

Delete unused field in CordovaActivity


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

Branch: refs/heads/master
Commit: 172157101252eedba051f85054e728a23230b163
Parents: 4358a04
Author: Andrew Grieve <ag...@chromium.org>
Authored: Tue Feb 10 22:06:07 2015 -0500
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Tue Feb 10 22:06:07 2015 -0500

----------------------------------------------------------------------
 framework/src/org/apache/cordova/CordovaActivity.java | 7 -------
 1 file changed, 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-android/blob/17215710/framework/src/org/apache/cordova/CordovaActivity.java
----------------------------------------------------------------------
diff --git a/framework/src/org/apache/cordova/CordovaActivity.java b/framework/src/org/apache/cordova/CordovaActivity.java
index 72a7e1f..6874f5b 100755
--- a/framework/src/org/apache/cordova/CordovaActivity.java
+++ b/framework/src/org/apache/cordova/CordovaActivity.java
@@ -87,13 +87,6 @@ public class CordovaActivity extends Activity {
     private static int ACTIVITY_EXITING = 2;
     private int activityState = 0;  // 0=starting, 1=running (after 1st resume), 2=shutting down
 
-    /*
-     * The variables below are used to cache some of the activity properties.
-     */
-
-    // LoadUrl timeout value in msec (default of 20 sec)
-    protected int loadUrlTimeoutValue = 20000;
-
     // Keep app running when pause is received. (default = true)
     // If true, then the JavaScript and native code continue to run in the background
     // when another application (activity) is started.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org