aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/DocumentWindowController.h4
-rw-r--r--src/DocumentWindowController.m11
2 files changed, 0 insertions, 15 deletions
diff --git a/src/DocumentWindowController.h b/src/DocumentWindowController.h
deleted file mode 100644
index e3b277b..0000000
--- a/src/DocumentWindowController.h
+++ /dev/null
@@ -1,4 +0,0 @@
-#import <Cocoa/Cocoa.h>
-
-@interface DocumentWindowController : NSWindowController
-@end
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