diff options
author | sqlprodev <sqlprodev@northofthree.com> | 2013-02-14 19:25:27 +0000 |
---|---|---|
committer | sqlprodev <sqlprodev@northofthree.com> | 2013-02-14 19:25:27 +0000 |
commit | 47069472a4b5dc6655338a77ec8b1eb9a5f5c3d9 (patch) | |
tree | c135c5b21ece6bb5bd8f63d56f7e95fa9852abb4 /Source/SPTablesList.m | |
parent | c37936d71c9c8ad9b721e33899bb118032466896 (diff) | |
download | sequelpro-47069472a4b5dc6655338a77ec8b1eb9a5f5c3d9.tar.gz sequelpro-47069472a4b5dc6655338a77ec8b1eb9a5f5c3d9.tar.bz2 sequelpro-47069472a4b5dc6655338a77ec8b1eb9a5f5c3d9.zip |
Changes required to merge Sequel Pro r4011 into Coda
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 |