aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableContentFilter.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPTableContentFilter.m')
-rw-r--r--Source/SPTableContentFilter.m2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/SPTableContentFilter.m b/Source/SPTableContentFilter.m
index 8d2c80ce..b3d032de 100644
--- a/Source/SPTableContentFilter.m
+++ b/Source/SPTableContentFilter.m
@@ -61,7 +61,6 @@
*/
- (void)updateFilterTableClause:(id)currentValue
{
-#ifndef SP_REFACTOR
NSMutableString *clause = [NSMutableString string];
NSInteger numberOfRows = [self numberOfRowsInTableView:filterTableView];
NSInteger numberOfCols = [[filterTableView tableColumns] count];
@@ -216,7 +215,6 @@
if ([filterTableLiveSearchCheckbox state] == NSOnState) {
[self filterTable:filterTableFilterButton];
}
-#endif
}
/**