mirror of
https://github.com/textmate/textmate.git
synced 2026-01-19 19:58:11 -05:00
Remove private methods from header
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user