From 6516ccce467eeb9237fdbf218d2ce59d07b0ad11 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Fri, 29 Sep 2023 22:24:56 +0200 Subject: Remove `DocumentWindowController` This subclass ended up not being needed. I ended up using a regular `NSWindowController`. --- src/DocumentWindowController.h | 4 ---- src/DocumentWindowController.m | 11 ----------- 2 files changed, 15 deletions(-) delete mode 100644 src/DocumentWindowController.h delete mode 100644 src/DocumentWindowController.m (limited to 'src') 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 - -@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 -- cgit v1.2.3