From 03398ed9e6f60fd905043310e7ed563f335184cd Mon Sep 17 00:00:00 2001 From: Allan Odgaard Date: Wed, 9 Jan 2013 06:46:16 +0100 Subject: [PATCH] Insignificant source file touchup --- Frameworks/DocumentWindow/src/DocumentController.mm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Frameworks/DocumentWindow/src/DocumentController.mm b/Frameworks/DocumentWindow/src/DocumentController.mm index 0fc48bb4..83a0c4c4 100644 --- a/Frameworks/DocumentWindow/src/DocumentController.mm +++ b/Frameworks/DocumentWindow/src/DocumentController.mm @@ -28,10 +28,7 @@ #import #import -// 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