summaryrefslogtreecommitdiff
path: root/Cydia.mm
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2008-12-09 10:35:02 +0000
committerJay Freeman (saurik) <saurik@saurik.com>2010-09-30 07:09:08 +0000
commit092934d18a7bb1b3e1d768657293e99f432b5d0a (patch)
tree6d67682ddf293007de55e61f953e52733d46f3e9 /Cydia.mm
parentfe468f45e509f1e3bc2d0491160f44491df5a67b (diff)
Removed final pinstriping.
Diffstat (limited to 'Cydia.mm')
-rw-r--r--Cydia.mm4
1 files changed, 0 insertions, 4 deletions
diff --git a/Cydia.mm b/Cydia.mm
index ad007e3..5e14c37 100644
--- a/Cydia.mm
+++ b/Cydia.mm
@@ -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_];