Remove private methods from header

This commit is contained in:
Allan Odgaard
2013-05-15 21:23:15 +07:00
parent 7f88fcbdf3
commit e80e9c5172

View File

@@ -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