]> git.saurik.com Git - cydia.git/commitdiff
Remove redundant "protect commercial package" logic.
authorJay Freeman (saurik) <saurik@saurik.com>
Mon, 10 Sep 2012 16:24:57 +0000 (09:24 -0700)
committerJay Freeman (saurik) <saurik@saurik.com>
Mon, 10 Sep 2012 16:24:57 +0000 (09:24 -0700)
MobileCydia.mm

index 22ed6cb2178283ee3eac18e6abce09eef7a56d42..023a6d9676062229150571d554f9d6689688e3a0 100644 (file)
@@ -6054,15 +6054,6 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) {
     }
 }
 
-// We don't want to allow non-commercial packages to do custom things to the install button,
-// so it must call customButtonClicked with a custom commercial_ == 1 fallthrough.
-- (void) customButtonClicked {
-    if (commercial_)
-        [super customButtonClicked];
-    else
-        [self _customButtonClicked];
-}
-
 - (void) reloadButtonClicked {
     // Don't reload a commerical package by tapping the loading button,
     // but if it's not an Install button, we should forward it on.