From: Jay Freeman (saurik) Date: Thu, 17 Feb 2011 10:49:43 +0000 (-0800) Subject: Remove pointless IgnoreInstall #define. X-Git-Tag: v1.1.0%b1~333 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/614cd4f16d13641f63709a90abdf0ae6cf3bb915 Remove pointless IgnoreInstall #define. --- diff --git a/MobileCydia.mm b/MobileCydia.mm index 421ca06a..81d6ff9f 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -366,7 +366,6 @@ static const CFStringCompareFlags LaxCompareFlags_ = kCFCompareCaseInsensitive | #define TrackResize (0 && !ForRelease) #define ManualRefresh (1 && !ForRelease) #define ShowInternals (0 && !ForRelease) -#define IgnoreInstall (0 && !ForRelease) #define AlwaysReload (0 && !ForRelease) #define TryIndexedCollation (0 && !ForRelease) @@ -4376,7 +4375,7 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) { } - (void) applyRightButton { -#if !AlwaysReload && !IgnoreInstall +#if !AlwaysReload if (issues_ == nil && ![self isLoading]) [[self navigationItem] setRightBarButtonItem:[[[UIBarButtonItem alloc] initWithTitle:UCLocalize("CONFIRM") @@ -4398,9 +4397,6 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) { #if !AlwaysReload - (void) confirmButtonClicked { -#if IgnoreInstall - return; -#endif if (essential_ != nil) [essential_ show]; else {