diff options
author | stuconnolly <stuart02@gmail.com> | 2013-10-24 16:36:47 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2013-10-24 16:36:47 +0000 |
commit | 83242478c4ab190ba88892259cbe5d24d55c4714 (patch) | |
tree | 85dd7e594e02cd2db2b48fc27f7905097dcfa5cb /Source/SPTableRelations.m | |
parent | b3b87db97d6b607ed78a671115e3e56a76077503 (diff) | |
download | sequelpro-83242478c4ab190ba88892259cbe5d24d55c4714.tar.gz sequelpro-83242478c4ab190ba88892259cbe5d24d55c4714.tar.bz2 sequelpro-83242478c4ab190ba88892259cbe5d24d55c4714.zip |
Minor change to push build through.
Diffstat (limited to 'Source/SPTableRelations.m')
-rw-r--r-- | Source/SPTableRelations.m | 1 |
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; |