diff options
author | Grant Paul <chpwn@chpwn.com> | 2011-01-22 16:17:49 -0800 |
---|---|---|
committer | Grant Paul <chpwn@chpwn.com> | 2011-01-22 16:17:49 -0800 |
commit | b8b6c2b8747231c760ca05d34f4727e75db1dccc (patch) | |
tree | df63342c65ce11aab9c58d7be001b8a676144a43 | |
parent | 4305896caa42e43147efb1a289699b3edf91e853 (diff) | |
parent | 342c8314386c4724cd4a3b78fa44874513a04e34 (diff) |
Merge commit 'f64f9f6255e43c48ba2b8e5cea6a5b23e5d14e26' into tab-backup
-rw-r--r-- | MobileCydia.mm | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm index 1b0e37d..5a43c47 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -4925,7 +4925,6 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) { - (PackageCell *) init; - (void) setPackage:(Package *)package; -+ (int) heightForPackage:(Package *)package; - (void) drawContentRect:(CGRect)rect; @end @@ -5105,10 +5104,6 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) { [placard_ drawAtPoint:CGPointMake(width - 52, 9)]; } -+ (int) heightForPackage:(Package *)package { - return 73; -} - @end /* }}} */ /* Section Cell {{{ */ @@ -5670,10 +5665,6 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) { [list_ deselectRowAtIndexPath:[list_ indexPathForSelectedRow] animated:animated]; } -/*- (CGFloat) tableView:(UITableView *)table heightForRowAtIndexPath:(NSIndexPath *)path { - return [PackageCell heightForPackage:[self packageAtIndexPath:path]]; -}*/ - - (NSIndexPath *) tableView:(UITableView *)table willSelectRowAtIndexPath:(NSIndexPath *)path { Package *package([self packageAtIndexPath:path]); package = [database_ packageWithName:[package id]]; @@ -7608,10 +7599,6 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) { return cell; } -/*- (CGFloat) tableView:(UITableView *)table heightForRowAtIndexPath:(NSIndexPath *)path { - return [PackageCell heightForPackage:[self packageAtIndexPath:path]]; -}*/ - - (NSIndexPath *) tableView:(UITableView *)table willSelectRowAtIndexPath:(NSIndexPath *)path { Package *package([self packageAtIndexPath:path]); CYPackageController *view([[[CYPackageController alloc] initWithDatabase:database_] autorelease]); |