From 73e3d5d4077636487f07be1beff3b2714ee2b276 Mon Sep 17 00:00:00 2001 From: Struan Donald Date: Mon, 25 Mar 2013 15:57:26 +0000 Subject: upgrade to phonegap 2.5 for ios --- iPhone/CordovaLib/Classes/CDVURLProtocol.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'iPhone/CordovaLib/Classes/CDVURLProtocol.h') diff --git a/iPhone/CordovaLib/Classes/CDVURLProtocol.h b/iPhone/CordovaLib/Classes/CDVURLProtocol.h index ce8df38..5444f6d 100755 --- a/iPhone/CordovaLib/Classes/CDVURLProtocol.h +++ b/iPhone/CordovaLib/Classes/CDVURLProtocol.h @@ -24,9 +24,6 @@ @interface CDVURLProtocol : NSURLProtocol {} -+ (void)registerPGHttpURLProtocol CDV_DEPRECATED (2.0, "This is now a no-op and should be removed."); -+ (void)registerURLProtocol CDV_DEPRECATED (2.0, "This is now a no-op and should be removed."); - + (void)registerViewController:(CDVViewController*)viewController; + (void)unregisterViewController:(CDVViewController*)viewController; @end -- cgit v1.2.3