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/06/11 02:51:48 UTC

[34/36] ios commit: removed enableLocation from view controller

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/592e3892
Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/592e3892
Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/592e3892

Branch: refs/heads/3.0.0
Commit: 592e389275001257fcaa0d2921428207ec1399b8
Parents: c73d91e
Author: Steven Gill <st...@gmail.com>
Authored: Wed May 22 15:57:37 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Mon Jun 10 17:49:11 2013 -0700

----------------------------------------------------------------------
 CordovaLib/Classes/CDVViewController.m | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/592e3892/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