You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mm...@apache.org on 2013/02/25 14:41:02 UTC

[9/50] ios commit: [CB-2276] Remove CDVViewController CDVCapture

[CB-2276] Remove CDVViewController CDVCapture


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

Branch: refs/heads/multipart_plugin_result
Commit: 09d5c8f2305115da18bb6ec9564f3feecdacb9f0
Parents: 53a839c
Author: Andrew Grieve <ag...@chromium.org>
Authored: Thu Feb 14 11:05:51 2013 -0500
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Thu Feb 14 11:06:21 2013 -0500

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


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/09d5c8f2/CordovaLib/Classes/CDVCapture.m
----------------------------------------------------------------------
diff --git a/CordovaLib/Classes/CDVCapture.m b/CordovaLib/Classes/CDVCapture.m
index 95c3f17..ed9f664 100644
--- a/CordovaLib/Classes/CDVCapture.m
+++ b/CordovaLib/Classes/CDVCapture.m
@@ -20,7 +20,6 @@
 #import "CDVCapture.h"
 #import "CDVJSON.h"
 #import "CDVAvailability.h"
-#import "CDVViewController.h"
 
 #define kW3CMediaFormatHeight @"height"
 #define kW3CMediaFormatWidth @"width"