aboutsummaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2013-10-24 16:36:47 +0000
committerstuconnolly <stuart02@gmail.com>2013-10-24 16:36:47 +0000
commit83242478c4ab190ba88892259cbe5d24d55c4714 (patch)
tree85dd7e594e02cd2db2b48fc27f7905097dcfa5cb /Source
parentb3b87db97d6b607ed78a671115e3e56a76077503 (diff)
downloadsequelpro-83242478c4ab190ba88892259cbe5d24d55c4714.tar.gz
sequelpro-83242478c4ab190ba88892259cbe5d24d55c4714.tar.bz2
sequelpro-83242478c4ab190ba88892259cbe5d24d55c4714.zip
Minor change to push build through.
Diffstat (limited to 'Source')
-rw-r--r--Source/SPTableRelations.m1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/SPTableRelations.m b/Source/SPTableRelations.m
index a28462b7..21257c2f 100644
--- a/Source/SPTableRelations.m
+++ b/Source/SPTableRelations.m
@@ -432,7 +432,6 @@ static NSString *SPRelationOnDeleteKey = @"on_delete";
*/
- (void)endDocumentTaskForTab:(NSNotification *)aNotification
{
-
// Only proceed if this view is selected.
if (![[tableDocumentInstance selectedToolbarItemIdentifier] isEqualToString:SPMainToolbarTableRelations]) return;