You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2013/05/23 00:57:42 UTC

ios commit: removed enableLocation from view controller

Updated Branches:
  refs/heads/3.0.0 6189baaf6 -> 40d7bd355


removed enableLocation from view controller


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

Branch: refs/heads/3.0.0
Commit: 40d7bd35523c3c92229261d8bf5c3cc815696364
Parents: 6189baa
Author: Steven Gill <st...@gmail.com>
Authored: Wed May 22 15:57:37 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Wed May 22 15:57:37 2013 -0700

----------------------------------------------------------------------
 CordovaLib/Classes/CDVViewController.m |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/40d7bd35/CordovaLib/Classes/CDVViewController.m
----------------------------------------------------------------------
diff --git a/CordovaLib/Classes/CDVViewController.m b/CordovaLib/Classes/CDVViewController.m
index 5bd347f..a5b51ec 100644
--- a/CordovaLib/Classes/CDVViewController.m
+++ b/CordovaLib/Classes/CDVViewController.m
@@ -262,7 +262,6 @@
 
     // /////////////////
 
-    NSNumber* enableLocation = [self.settings objectForKey:@"EnableLocation"];
     NSString* enableViewportScale = [self.settings objectForKey:@"EnableViewportScale"];
     NSNumber* allowInlineMediaPlayback = [self.settings objectForKey:@"AllowInlineMediaPlayback"];
     BOOL mediaPlaybackRequiresUserAction = YES;  // default value