Skip to content

Commit

Permalink
Configuration: remove unused icon setting
Browse files Browse the repository at this point in the history
  • Loading branch information
osy committed Mar 8, 2020
1 parent 6335203 commit 5527175
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ConfigurationViews/VMConfigDrivesViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,6 @@ - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(N

cell.textLabel.text = [self.configuration driveImagePathForIndex:indexPath.row];
cell.detailTextLabel.text = [self.configuration driveInterfaceTypeForIndex:indexPath.row];
if ([self.configuration driveIsCdromForIndex:indexPath.row]) {
cell.imageView.image = [UIImage imageNamed:@"Media Icon"];
} else {
cell.imageView.image = [UIImage imageNamed:@"HDD Icon"];
}

return cell;
}
Expand Down

0 comments on commit 5527175

Please sign in to comment.