Repository: cordova-plugin-device-orientation Updated Branches: refs/heads/master e8da873ac -> 996259ca6
CB-7187 Delete unused #import of CDVShared.h Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/commit/996259ca Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/tree/996259ca Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/diff/996259ca Branch: refs/heads/master Commit: 996259ca6c03f5dd1ff0984976532f907e337689 Parents: e8da873 Author: Andrew Grieve <[email protected]> Authored: Mon Jul 21 22:14:32 2014 -0400 Committer: Andrew Grieve <[email protected]> Committed: Mon Jul 21 22:14:32 2014 -0400 ---------------------------------------------------------------------- src/ios/CDVCompass.h | 1 - src/ios/CDVCompass.m | 13 +------------ 2 files changed, 1 insertion(+), 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/blob/996259ca/src/ios/CDVCompass.h ---------------------------------------------------------------------- diff --git a/src/ios/CDVCompass.h b/src/ios/CDVCompass.h index 7377c02..24f14be 100644 --- a/src/ios/CDVCompass.h +++ b/src/ios/CDVCompass.h @@ -19,7 +19,6 @@ #import <UIKit/UIKit.h> #import <Cordova/CDVPlugin.h> -#import <Cordova/CDVShared.h> enum CDVHeadingStatus { HEADINGSTOPPED = 0, http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/blob/996259ca/src/ios/CDVCompass.m ---------------------------------------------------------------------- diff --git a/src/ios/CDVCompass.m b/src/ios/CDVCompass.m index cb3401a..5784b17 100644 --- a/src/ios/CDVCompass.m +++ b/src/ios/CDVCompass.m @@ -18,7 +18,7 @@ */ #import "CDVCompass.h" -#import <Cordova/NSArray+Comparisons.h> +#import <Cordova/NSArray+Comparisons.h> #pragma mark Constants @@ -29,17 +29,6 @@ #define kPGLocationFrequencyKey @"frequency" #pragma mark - -#pragma mark Categories - -@interface CLHeading (JSONMethods) - -- (NSString*)JSONRepresentation; - -@end - - - -#pragma mark - #pragma mark CDVHeadingData @implementation CDVHeadingData
