Use service catalog and update version
[pithos-ios] / Classes / StorageObjectViewController.m
index 7153eed..98c353d 100755 (executable)
@@ -505,9 +505,6 @@ Delete Object
     }
     cell.textLabel.textColor = [UIColor blackColor];
     cell.detailTextLabel.numberOfLines = 0;
-    if ([UIDevice currentDevice].userInterfaceIdiom == UIUserInterfaceIdiomPad) {
-        cell.backgroundColor = [UIColor colorWithRed:1 green:1 blue:1 alpha:0.8];
-    }
     cell.userInteractionEnabled = YES;
     cell.detailTextLabel.textAlignment = UITextAlignmentRight;
     cell.accessoryView = nil;