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:52:40 UTC

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

Repository: cordova-plugin-dialogs
Updated Branches:
  refs/heads/master 574bccb2e -> f85ef9ad8


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


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

Branch: refs/heads/master
Commit: f85ef9ad8f8296b596378edfda369458aff1d71f
Parents: 574bccb
Author: Ian Clelland <ic...@chromium.org>
Authored: Fri Mar 13 10:52:31 2015 -0400
Committer: Ian Clelland <ic...@chromium.org>
Committed: Fri Mar 13 10:52:31 2015 -0400

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/blob/f85ef9ad/src/ios/CDVNotification.m
----------------------------------------------------------------------
diff --git a/src/ios/CDVNotification.m b/src/ios/CDVNotification.m
index 100ffc4..441744f 100644
--- a/src/ios/CDVNotification.m
+++ b/src/ios/CDVNotification.m
@@ -18,8 +18,6 @@
  */
 
 #import "CDVNotification.h"
-#import <Cordova/NSDictionary+Extensions.h>
-#import <Cordova/NSArray+Comparisons.h>
 
 #define DIALOG_TYPE_ALERT @"alert"
 #define DIALOG_TYPE_PROMPT @"prompt"


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