You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ia...@apache.org on 2015/03/13 15:47:04 UTC

cordova-plugin-camera git commit: CB-8659: ios: 4.0.x Compatibility: Remove use of deprecated headers

Repository: cordova-plugin-camera
Updated Branches:
  refs/heads/master 7b2f453c2 -> 9e4174caf


CB-8659: ios: 4.0.x Compatibility: Remove use of deprecated headers


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/commit/9e4174ca
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/tree/9e4174ca
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/diff/9e4174ca

Branch: refs/heads/master
Commit: 9e4174caff5d04213f031dcd4ea1c3654438801b
Parents: 7b2f453
Author: Ian Clelland <ic...@chromium.org>
Authored: Fri Mar 13 10:46:17 2015 -0400
Committer: Ian Clelland <ic...@chromium.org>
Committed: Fri Mar 13 10:46:47 2015 -0400

----------------------------------------------------------------------
 src/ios/CDVCamera.m | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/9e4174ca/src/ios/CDVCamera.m
----------------------------------------------------------------------
diff --git a/src/ios/CDVCamera.m b/src/ios/CDVCamera.m
index 55cfe57..30e5173 100644
--- a/src/ios/CDVCamera.m
+++ b/src/ios/CDVCamera.m
@@ -20,9 +20,7 @@
 #import "CDVCamera.h"
 #import "CDVJpegHeaderWriter.h"
 #import "UIImage+CropScaleOrientation.h"
-#import <Cordova/NSArray+Comparisons.h>
 #import <Cordova/NSData+Base64.h>
-#import <Cordova/NSDictionary+Extensions.h>
 #import <ImageIO/CGImageProperties.h>
 #import <AssetsLibrary/ALAssetRepresentation.h>
 #import <AssetsLibrary/AssetsLibrary.h>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org