Clean up root folder.
[enjoyable.git] / EnjoyableApplicationDelegate.h
diff --git a/EnjoyableApplicationDelegate.h b/EnjoyableApplicationDelegate.h
deleted file mode 100644 (file)
index b795a92..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-//
-//  EnjoyableApplicationDelegate.h
-//  Enjoy
-//
-//  Created by Sam McCall on 4/05/09.
-//  Copyright 2009 University of Otago. All rights reserved.
-//
-
-@class NJDeviceController;
-@class NJOutputController;
-@class NJMappingsController;
-
-@interface EnjoyableApplicationDelegate : NSObject <NSApplicationDelegate,
-                                                    NSSplitViewDelegate>
-{
-    IBOutlet NSMenu *dockMenuBase;
-    IBOutlet NSWindow *window;
-}
-
-@property (nonatomic, strong) IBOutlet NJDeviceController *inputController;
-@property (nonatomic, strong) IBOutlet NJMappingsController *mappingsController;
-
-@end