X-Git-Url: https://code.grnet.gr/git/pithos-ios/blobdiff_plain/481e4115da190d4ad0485cae06deba7c50648a28..1e0727825e64e25aa9afe67829eed2152b273eb7:/Classes/StorageObjectViewController.m diff --git a/Classes/StorageObjectViewController.m b/Classes/StorageObjectViewController.m index 7153eed..98c353d 100755 --- a/Classes/StorageObjectViewController.m +++ b/Classes/StorageObjectViewController.m @@ -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;