aboutsummaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorStuart Connolly <stuart02@gmail.com>2017-03-28 23:17:30 +0100
committerStuart Connolly <stuart02@gmail.com>2017-03-28 23:17:30 +0100
commited23600e2539a858b34c52d585830e153593b2b4 (patch)
tree18125fadc02b5b029af87db24af891e76f465710 /Source
parent5f1b37e21c113101b2d72124f6dbd22b77a4fddc (diff)
downloadsequelpro-ed23600e2539a858b34c52d585830e153593b2b4.tar.gz
sequelpro-ed23600e2539a858b34c52d585830e153593b2b4.tar.bz2
sequelpro-ed23600e2539a858b34c52d585830e153593b2b4.zip
Remove unused var.
Diffstat (limited to 'Source')
-rw-r--r--Source/SPTableContentDelegate.m4
1 files changed, 1 insertions, 3 deletions
diff --git a/Source/SPTableContentDelegate.m b/Source/SPTableContentDelegate.m
index a510108b..186fbfcc 100644
--- a/Source/SPTableContentDelegate.m
+++ b/Source/SPTableContentDelegate.m
@@ -519,9 +519,7 @@
else {
[cell setTextColor:blackColor];
}
-
- NSDictionary *columnDefinition = [[(id <SPDatabaseContentViewDelegate>)[tableContentView delegate] dataColumnDefinitions] objectAtIndex:columnIndex];
-
+
if ([self cellValueIsDisplayedAsHexForColumn:[[tableColumn identifier] integerValue]]) {
[cell setTextColor:rowIndex == [tableContentView selectedRow] ? whiteColor : blueColor];
}