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 ---- 1 file changed, 4 deletions(-) delete mode 100644 src/DocumentWindowController.h (limited to 'src/DocumentWindowController.h') 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 -- cgit v1.2.3