diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2011-02-17 02:49:43 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2011-02-17 02:49:43 -0800 |
commit | 614cd4f16d13641f63709a90abdf0ae6cf3bb915 (patch) | |
tree | c2c4c2769e3dfee5c264af39679bdad567dba1c1 /MobileCydia.mm | |
parent | f196b921bfe9e90d63869d060ae3e102dc82408a (diff) |
Remove pointless IgnoreInstall #define.
Diffstat (limited to 'MobileCydia.mm')
-rw-r--r-- | MobileCydia.mm | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm index 421ca06..81d6ff9 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 { |