diff options
Diffstat (limited to 'Source/SPTablesList.m')
-rw-r--r-- | Source/SPTablesList.m | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/SPTablesList.m b/Source/SPTablesList.m index 93ebfe91..3fd71139 100644 --- a/Source/SPTablesList.m +++ b/Source/SPTablesList.m @@ -1114,7 +1114,6 @@ static NSString *SPDuplicateTable = @"SPDuplicateTable"; return selTables; } -#ifndef SP_REFACTOR /* getters */ - (NSArray *)selectedTableItems { NSIndexSet *indexes = [tablesListView selectedRowIndexes]; @@ -1142,7 +1141,6 @@ static NSString *SPDuplicateTable = @"SPDuplicateTable"; } return selTables; } -#endif /** * Returns the currently selected table or nil if no table or mulitple tables are selected |