You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2013/01/10 23:52:14 UTC

ios commit: Fixed CB-2191 and CB-2192 (removal of deprecated methods)

Updated Branches:
  refs/heads/master 4464c75c3 -> a484850f4


Fixed CB-2191 and CB-2192 (removal of deprecated methods)


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

Branch: refs/heads/master
Commit: a484850f4610e73c7b20cd429a7794ba829ec997
Parents: 4464c75
Author: Shazron Abdullah <sh...@apache.org>
Authored: Thu Jan 10 14:52:08 2013 -0800
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Thu Jan 10 14:52:08 2013 -0800

----------------------------------------------------------------------
 CordovaLib/Classes/CDVURLProtocol.h |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/a484850f/CordovaLib/Classes/CDVURLProtocol.h
----------------------------------------------------------------------
diff --git a/CordovaLib/Classes/CDVURLProtocol.h b/CordovaLib/Classes/CDVURLProtocol.h
index ce8df38..5444f6d 100644
--- a/CordovaLib/Classes/CDVURLProtocol.h
+++ b/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