Explorar o código

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

fix build with cordova-ios-4 by removing extraneous initWithWebView:
Shazron Abdullah %!s(int64=10) %!d(string=hai) anos
pai
achega
2ca57d1828
Modificáronse 1 ficheiros con 0 adicións e 10 borrados
  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:^{