diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2008-12-09 10:35:02 +0000 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-09-30 07:09:08 +0000 |
commit | 092934d18a7bb1b3e1d768657293e99f432b5d0a (patch) | |
tree | 6d67682ddf293007de55e61f953e52733d46f3e9 /Cydia.mm | |
parent | fe468f45e509f1e3bc2d0491160f44491df5a67b (diff) |
Removed final pinstriping.
Diffstat (limited to 'Cydia.mm')
-rw-r--r-- | Cydia.mm | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -5728,10 +5728,6 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) { if ((self = [super initWithBook:book]) != nil) { CGRect pageBounds = [book_ pageBounds]; - /*UIImageView *pinstripe = [[[UIImageView alloc] initWithFrame:pageBounds] autorelease]; - [pinstripe setImage:[UIImage applicationImageNamed:@"pinstripe.png"]]; - [self addSubview:pinstripe];*/ - transition_ = [[UITransitionView alloc] initWithFrame:pageBounds]; [self addSubview:transition_]; |