mirror of
https://github.com/textmate/textmate.git
synced 2026-01-20 20:27:59 -05:00
Insignificant source file touchup
This commit is contained in:
@@ -28,10 +28,7 @@
|
||||
#import <text/utf8.h>
|
||||
#import <ns/ns.h>
|
||||
|
||||
// TODO Prune tab bar
|
||||
|
||||
// #import "AppController.h" // find_tags
|
||||
namespace find_tags { enum { in_document = 1, in_selection, in_project, in_folder }; }
|
||||
namespace find_tags { enum { in_document = 1, in_selection, in_project, in_folder }; } // From AppController.h
|
||||
|
||||
NSString* const OakDocumentWindowWillCloseNotification = @"OakDocumentWindowWillCloseNotification";
|
||||
static NSString* const OakDocumentPboardType = @"OakDocumentPboardType"; // drag’n’drop of tabs
|
||||
|
||||
Reference in New Issue
Block a user