diff options
Diffstat (limited to 'src/DocumentWindowController.m')
-rw-r--r-- | src/DocumentWindowController.m | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/DocumentWindowController.m b/src/DocumentWindowController.m deleted file mode 100644 index e83af36..0000000 --- a/src/DocumentWindowController.m +++ /dev/null @@ -1,11 +0,0 @@ -#import "DocumentWindowController.h" - -@implementation DocumentWindowController - -- (void)windowWillLoad -{ - // NSWindow *window = ; - // self = [self initWithWindow:window]; -} - -@end |