From e80e9c517280c44fcab52e2008166ed8681dbb75 Mon Sep 17 00:00:00 2001 From: Allan Odgaard Date: Wed, 15 May 2013 21:23:15 +0700 Subject: [PATCH] Remove private methods from header --- Frameworks/DocumentWindow/src/DocumentController.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/Frameworks/DocumentWindow/src/DocumentController.h b/Frameworks/DocumentWindow/src/DocumentController.h index c25b5f53..25842ac8 100644 --- a/Frameworks/DocumentWindow/src/DocumentController.h +++ b/Frameworks/DocumentWindow/src/DocumentController.h @@ -82,14 +82,7 @@ PUBLIC @interface DocumentController : NSObject - (IBAction)goToSCMDataSource:(id)sender; - (IBAction)orderFrontGoToFolder:(id)sender; -// ============== -// = Legacy API = -// ============== - +// Used by DocumentCommand.mm + (instancetype)controllerForDocument:(document::document_ptr const&)aDocument; - (void)bundleItemPreExec:(pre_exec::type)preExec completionHandler:(void(^)(BOOL success))callback; - -// Private (used by DocumentCommand.mm) -@property (nonatomic, readonly) NSString* scopeAttributes; -- (NSString*)untitledSavePath; @end