]> git.saurik.com Git - cydia.git/commitdiff
Remove (hopefully) unneeded 2.x memory-for-stability hack.
authorJay Freeman (saurik) <saurik@saurik.com>
Mon, 21 Mar 2011 11:16:18 +0000 (04:16 -0700)
committerJay Freeman (saurik) <saurik@saurik.com>
Mon, 21 Mar 2011 11:17:23 +0000 (04:17 -0700)
CyteKit/WebViewController.mm

index 522a31feddd23bd898464efe123b35b31b984f52..7cb59797874ea32898ed7f39b11f0de6a4392708 100644 (file)
@@ -739,9 +739,6 @@ float CYScrollViewDecelerationRateNormal;
 
     [delegate_ retainNetworkActivityIndicator];
     [self didStartLoading];
-
-    if (kCFCoreFoundationVersionNumber < kCFCoreFoundationVersionNumber_iPhoneOS_3_0)
-        [self retain];
 }
 
 - (void) didFinishLoading {
@@ -757,9 +754,6 @@ float CYScrollViewDecelerationRateNormal;
 
     [delegate_ releaseNetworkActivityIndicator];
     [self didFinishLoading];
-
-    if (kCFCoreFoundationVersionNumber < kCFCoreFoundationVersionNumber_iPhoneOS_3_0)
-        [self autorelease];
 }
 
 - (bool) isLoading {