You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2012/05/17 03:31:00 UTC

ios commit: Fixed warning in CDVLocation

Updated Branches:
  refs/heads/master 9d7ed2e2e -> da548399e


Fixed warning in CDVLocation


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

Branch: refs/heads/master
Commit: da548399e830f713636f849f2809253b5fb53b71
Parents: 9d7ed2e
Author: Shazron Abdullah <sh...@apache.org>
Authored: Wed May 16 18:30:52 2012 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Wed May 16 18:30:52 2012 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/blob/da548399/CordovaLib/Classes/CDVLocation.h
----------------------------------------------------------------------
diff --git a/CordovaLib/Classes/CDVLocation.h b/CordovaLib/Classes/CDVLocation.h
index f75873d..9e5977e 100755
--- a/CordovaLib/Classes/CDVLocation.h
+++ b/CordovaLib/Classes/CDVLocation.h
@@ -84,7 +84,6 @@ typedef NSUInteger CDVLocationStatus;
 - (void) returnLocationInfo: (NSString*) callbackId;
 - (void) returnLocationError: (NSUInteger) errorCode withMessage: (NSString*) message;
 - (void) startLocation: (BOOL) enableHighAccuracy;
-- (void) stopLocation;
 
 - (void) locationManager:(CLLocationManager *)manager
     didUpdateToLocation:(CLLocation *)newLocation