diff options
author | stuconnolly <stuart02@gmail.com> | 2011-07-11 21:47:07 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2011-07-11 21:47:07 +0000 |
commit | fa36e8280a3e3b02bbb39c152bd08061b302f168 (patch) | |
tree | c13dbb4dc4311a4a413de80429e40b720e5e7bca /Source/SPTableRelations.m | |
parent | 79bba63e1bed358c458f49351d8c4836c0fec20b (diff) | |
download | sequelpro-fa36e8280a3e3b02bbb39c152bd08061b302f168.tar.gz sequelpro-fa36e8280a3e3b02bbb39c152bd08061b302f168.tar.bz2 sequelpro-fa36e8280a3e3b02bbb39c152bd08061b302f168.zip |
Minor tidy up.
Diffstat (limited to 'Source/SPTableRelations.m')
-rw-r--r-- | Source/SPTableRelations.m | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Source/SPTableRelations.m b/Source/SPTableRelations.m index f6d51cad..01fc4a6e 100644 --- a/Source/SPTableRelations.m +++ b/Source/SPTableRelations.m @@ -30,7 +30,7 @@ #import "SPTableView.h" #import "SPAlertSheets.h" -@interface SPTableRelations (PrivateAPI) +@interface SPTableRelations () - (void)_refreshRelationDataForcingCacheRefresh:(BOOL)clearAllCaches; - (void)_updateAvailableTableColumns; @@ -553,10 +553,6 @@ [super dealloc]; } -@end - -@implementation SPTableRelations (PrivateAPI) - /** * Refresh the displayed relations, optionally forcing a refresh of the underlying cache. */ |