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