浏览代码

Merge pull request #25 from RangerRick/cordova-ios-4

fix build with cordova-ios-4 by removing extraneous initWithWebView:
Shazron Abdullah 10 年之前
父节点
当前提交
2ca57d1828
共有 1 个文件被更改,包括 0 次插入10 次删除
  1. 0 10
      src/ios/CDVKeychain.m

+ 0 - 10
src/ios/CDVKeychain.m

@@ -22,16 +22,6 @@
 
 @implementation CDVKeychain
 
-- (CDVPlugin*) initWithWebView:(UIWebView*)theWebView
-{
-    self = (CDVKeychain*)[super initWithWebView:(UIWebView*)theWebView];
-    if (self) {
-		// initialization here
-    }
-    return self;
-}
-
-
 - (void) getForKey:(CDVInvokedUrlCommand*)command
 {
     [self.commandDelegate runInBackground:^{