Skip to content

Commit ed23600

Browse files
committed
Remove unused var.
1 parent 5f1b37e commit ed23600

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Source/SPTableContentDelegate.m

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -519,9 +519,7 @@ - (void)tableView:(SPCopyTable *)tableView willDisplayCell:(id)cell forTableColu
519519
else {
520520
[cell setTextColor:blackColor];
521521
}
522-
523-
NSDictionary *columnDefinition = [[(id <SPDatabaseContentViewDelegate>)[tableContentView delegate] dataColumnDefinitions] objectAtIndex:columnIndex];
524-
522+
525523
if ([self cellValueIsDisplayedAsHexForColumn:[[tableColumn identifier] integerValue]]) {
526524
[cell setTextColor:rowIndex == [tableContentView selectedRow] ? whiteColor : blueColor];
527525
}

0 commit comments

Comments
 (0)