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 2014/07/22 04:14:07 UTC

git commit: CB-7187 Delete unused #import of CDVShared.h

Repository: cordova-plugin-geolocation
Updated Branches:
  refs/heads/master 729554097 -> 53ef27594


CB-7187 Delete unused #import of CDVShared.h


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/commit/53ef2759
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/tree/53ef2759
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/diff/53ef2759

Branch: refs/heads/master
Commit: 53ef27594e3aa8efe4463bc17b13d76544cecb5f
Parents: 7295540
Author: Andrew Grieve <ag...@chromium.org>
Authored: Mon Jul 21 22:13:14 2014 -0400
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Mon Jul 21 22:13:14 2014 -0400

----------------------------------------------------------------------
 src/ios/CDVLocation.h | 1 -
 src/ios/CDVLocation.m | 6 ------
 2 files changed, 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/blob/53ef2759/src/ios/CDVLocation.h
----------------------------------------------------------------------
diff --git a/src/ios/CDVLocation.h b/src/ios/CDVLocation.h
index 3c7e463..cce2738 100644
--- a/src/ios/CDVLocation.h
+++ b/src/ios/CDVLocation.h
@@ -20,7 +20,6 @@
 #import <UIKit/UIKit.h>
 #import <CoreLocation/CoreLocation.h>
 #import <Cordova/CDVPlugin.h>
-#import <Cordova/CDVShared.h>
 
 enum CDVLocationStatus {
     PERMISSIONDENIED = 1,

http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/blob/53ef2759/src/ios/CDVLocation.m
----------------------------------------------------------------------
diff --git a/src/ios/CDVLocation.m b/src/ios/CDVLocation.m
index 3f8679b..f6f47a2 100644
--- a/src/ios/CDVLocation.m
+++ b/src/ios/CDVLocation.m
@@ -31,12 +31,6 @@
 #pragma mark -
 #pragma mark Categories
 
-@interface CLHeading (JSONMethods)
-
-- (NSString*)JSONRepresentation;
-
-@end
-
 @implementation CDVLocationData
 
 @synthesize locationStatus, locationInfo, locationCallbacks, watchCallbacks;