]> git.saurik.com Git - cydia.git/commitdiff
Remove (unused) +[PackageCell heightForPackage:].
authorJay Freeman (saurik) <saurik@saurik.com>
Sun, 2 Jan 2011 01:14:22 +0000 (17:14 -0800)
committerJay Freeman (saurik) <saurik@saurik.com>
Mon, 10 Jan 2011 20:40:31 +0000 (12:40 -0800)
MobileCydia.mm

index 79b34952eb62af12b217a9af715cd42140df5336..8842b13c6dd659b84a141fa4894d6e4402837cec 100644 (file)
@@ -4887,7 +4887,6 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) {
 - (PackageCell *) init;
 - (void) setPackage:(Package *)package;
 
-+ (int) heightForPackage:(Package *)package;
 - (void) drawContentRect:(CGRect)rect;
 
 @end
@@ -5067,10 +5066,6 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) {
         [placard_ drawAtPoint:CGPointMake(width - 52, 9)];
 }
 
-+ (int) heightForPackage:(Package *)package {
-    return 73;
-}
-
 @end
 /* }}} */
 /* Section Cell {{{ */
@@ -5632,10 +5627,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]];
@@ -7511,10 +7502,6 @@ freeing the view controllers on tab change */
     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]);
     PackageController *view([delegate_ packageController]);